Merge branch 'wallika-own'
[situare] / tests / map / mapengine / testmapengine.pro
1 # #####################################################################
2 # Automatically generated by qmake (2.01a) Fri Mar 26 15:09:16 2010
3 # #####################################################################
4 CONFIG += qtestlib
5 QT += network
6 TEMPLATE = app
7 TARGET = 
8 DEPENDPATH += .
9 INCLUDEPATH += . \
10     ../../../src/
11 #DEFINES += QT_NO_DEBUG_OUTPUT
12
13 # Input
14 SOURCES += testmapengine.cpp \
15     ../../../src/map/mapengine.cpp \
16     ../../../src/map/mapscene.cpp \
17     ../../../src/map/maptile.cpp \
18     ../../../src/map/mapview.cpp \
19     ../../../src/map/mapfetcher.cpp
20 HEADERS += ../../../src/map/mapengine.h \
21     ../../../src/map/mapscene.h \
22     ../../../src/map/maptile.h \
23     ../../../src/map/mapview.h \
24     ../../../src/map/mapfetcher.h \
25     ../../../src/common.h
26 RESOURCES += 
27
28 # use don't use OpenGL when building in scratchbox
29 !maemo5 {
30     QT += opengl
31     message(OpenGL built in)
32     message(Make sure you have OpenGL development headers installed)
33     message(install headers with: sudo apt-get install libgl-dev libglu-dev)
34 }