Fixed projects to build in Simulator
[situare] / tests / map / mapengine / mapengine.pro
1 # #####################################################################
2 # Automatically generated by qmake (2.01a) Fri Mar 26 15:09:16 2010
3 # #####################################################################
4 CONFIG += qtestlib
5 QT += network dbus
6 TEMPLATE = app
7 DEPENDPATH += .
8 INCLUDEPATH += . \
9     ../../../src/ \
10     /usr/include/glib-2.0 /usr/lib/glib-2.0/include
11
12 # Input
13 SOURCES += testmapengine.cpp \
14     ../../../src/map/mapengine.cpp \
15     ../../../src/map/mapscene.cpp \
16     ../../../src/map/maptile.cpp \
17     ../../../src/map/mapview.cpp \
18     ../../../src/map/mapfetcher.cpp \
19     ../../../src/map/ownlocationitem.cpp \
20     ../../../src/map/maptilerequest.cpp \
21     ../../../src/map/frienditemshandler.cpp \
22     ../../../src/map/friendgroupitem.cpp \
23     ../../../src/map/baselocationitem.cpp \
24     ../../../src/user/user.cpp \
25     ../../../src/map/friendlocationitem.cpp \
26     ../../../src/map/gpslocationitem.cpp \
27     ../../../src/network/networkaccessmanager.cpp \
28     ../../../src/network/networkhandler.cpp \
29     ../../../src/network/networkreply.cpp \
30     ../../../src/map/mapscroller.cpp \
31     ../../../src/coordinates/scenecoordinate.cpp \
32     ../../../src/coordinates/geocoordinate.cpp \
33     ../../../src/routing/route.cpp \
34     ../../../src/map/maprouteitem.cpp
35 HEADERS += ../../../src/map/mapengine.h \
36     ../../../src/map/mapscene.h \
37     ../../../src/map/maptile.h \
38     ../../../src/map/mapview.h \
39     ../../../src/map/mapfetcher.h \
40     ../../../src/common.h \
41     ../../../src/map/ownlocationitem.h \
42     ../../../src/map/maptilerequest.h \
43     ../../../src/map/frienditemshandler.h \
44     ../../../src/map/friendgroupitem.h \
45     ../../../src/map/baselocationitem.h \
46     ../../../src/user/user.h \
47     ../../../src/map/friendlocationitem.h \
48     ../../../src/map/gpslocationitem.h \
49     ../../../src/network/networkaccessmanager.h \
50     ../../../src/network/networkhandler.h \
51     ../../../src/network/networkreply.h \
52     ../../../src/map/mapscroller.h \
53     ../../../src/coordinates/scenecoordinate.h \
54     ../../../src/coordinates/geocoordinate.h \
55     ../../../src/routing/route.h \
56     ../../../src/map/maprouteitem.h
57 DEFINES += QT_NO_DEBUG_OUTPUT
58
59 maemo5 {
60     INCLUDEPATH += /usr/include/glib-2.0 /usr/lib/glib-2.0/include
61     SOURCES += ../../../src/network/networkhandlerprivate.cpp
62     HEADERS += ../../../src/network/networkhandlerprivate.h
63     QT += maemo5 dbus
64     CONFIG += icd2
65     message([QJson])
66     message(Make sure you have QJson development headers installed)
67     message(add: deb http://repository.maemo.org/extras-devel fremantle free non-free)
68     message(to Scratchbox's sources.list in /etc/apt)
69     message(run: apt-get update)
70     message(install headers with: apt-get install libqjson-dev)
71     message([QtMobility])
72     message(Make sure you have QtMobility development headers installed)
73     message(install headers with: apt-get install libqtm-dev)
74 } else {
75     SOURCES += ../../../src/network/networkhandlerprivatestub.cpp
76     HEADERS += ../../../src/network/networkhandlerprivatestub.h
77     message(QJson built in)
78     message(Make sure you have QJson development headers installed)
79     message(install headers with: sudo apt-get install libqjson-dev)
80 }