Welcome dialog added.
[speedfreak] / Client / UI.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-02-23T14:17:30
3 # @author     Speed Freak team
4 # @copyright  (c) 2010 Speed Freak team
5 # @license    http://opensource.org/licenses/gpl-license.php GNU Public License
6 # -------------------------------------------------
7 QT += network \
8     dbus \
9     xml
10 TARGET = UI
11 TEMPLATE = app
12 SOURCES += main.cpp \
13     carmainwindow.cpp \
14     resultdialog.cpp \
15     stringlistmodel.cpp \
16     measuredialog.cpp \
17     calculate.cpp \
18     accelerometer.cpp \
19     loginwindow.cpp \
20     registration.cpp \
21     measures.cpp \
22     xmlwriter.cpp \
23     xmlreader.cpp \
24     httpclient.cpp \
25     categorylist.cpp \
26     welcomedialog.cpp
27
28 HEADERS += carmainwindow.h \
29     resultdialog.h \
30     stringlistmodel.h \
31     measuredialog.h \
32     accelerometer.h \
33     calculate.h \
34     loginwindow.h \
35     registration.h \
36     measures.h \
37     xmlwriter.h \
38     xmlreader.h \
39     httpclient.h \
40     categorylist.h \
41     welcomedialog.h
42
43 FORMS += carmainwindow.ui \
44     resultdialog.ui \
45     measuredialog.ui \
46     loginwindow.ui \
47     registration.ui \
48     welcomedialog.ui