# ##################################################################### # Automatically generated by qmake (2.01a) Fri Mar 26 15:09:16 2010 # ##################################################################### CONFIG += qtestlib QT += network TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . \ ../../../src/ #DEFINES += QT_NO_DEBUG_OUTPUT # Input SOURCES += testmapengine.cpp \ ../../../src/map/mapengine.cpp \ ../../../src/map/mapscene.cpp \ ../../../src/map/maptile.cpp \ ../../../src/map/mapview.cpp \ ../../../src/map/mapfetcher.cpp HEADERS += ../../../src/map/mapengine.h \ ../../../src/map/mapscene.h \ ../../../src/map/maptile.h \ ../../../src/map/mapview.h \ ../../../src/map/mapfetcher.h \ ../../../src/common.h RESOURCES += # use don't use OpenGL when building in scratchbox !maemo5 { QT += opengl message(OpenGL built in) message(Make sure you have OpenGL development headers installed) message(install headers with: sudo apt-get install libgl-dev libglu-dev) }