ef6e351c5e9d5ca153f0cfd407f9afd326f31c17
[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 HEADERS += carmainwindow.h \
27     resultdialog.h \
28     stringlistmodel.h \
29     measuredialog.h \
30     accelerometer.h \
31     calculate.h \
32     loginwindow.h \
33     registration.h \
34     measures.h \
35     xmlwriter.h \
36     xmlreader.h \
37     httpclient.h \
38     categorylist.h
39 FORMS += carmainwindow.ui \
40     resultdialog.ui \
41     measuredialog.ui \
42     loginwindow.ui \
43     registration.ui