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