Added implementation to handleCheckPoint slot function in carmainwindow.cpp. Now...
[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     gpsdata.cpp \
28     maemo5locationprivate.cpp \
29     maemo5location.cpp \
30     routedialog.cpp
31 HEADERS += carmainwindow.h \
32     resultdialog.h \
33     stringlistmodel.h \
34     measuredialog.h \
35     accelerometer.h \
36     calculate.h \
37     loginwindow.h \
38     registration.h \
39     measures.h \
40     xmlwriter.h \
41     xmlreader.h \
42     httpclient.h \
43     categorylist.h \
44     welcomedialog.h \
45     gpsdata.h \
46     maemo5locationprivate.h \
47     maemo5location.h \
48     routedialog.h
49 FORMS += carmainwindow.ui \
50     resultdialog.ui \
51     measuredialog.ui \
52     loginwindow.ui \
53     registration.ui \
54     welcomedialog.ui \
55     routedialog.ui
56
57 contains(QT_CONFIG, hildon):CONFIG += hildon
58 CONFIG += link_pkgconfig
59
60 # Enable this to disable debugging
61 # DEFINES += QT_NO_DEBUG_OUTPUT
62 target.path += /usr/lib
63 devincludes.files = $$HEADERS
64 devincludes.path += /usr/include/$$TEMPLATE$$TARGET
65 INSTALLS += target \
66     devincludes
67 PKGCONFIG += glib-2.0 \
68     liblocation
69 exists(/usr/lib/liblocation.so) {
70     DEFINES += LIBLOCATION
71     message(liblocation found)
72 }