# ------------------------------------------------- # Project created by QtCreator 2010-03-26T07:57:35 # ------------------------------------------------- TARGET = Situare TEMPLATE = app QT += network \ testlib INCLUDEPATH += . \ src/tests/testMap/ \ src/map/ SOURCES += src/ui/mainwindow.cpp \ src/map/mapfetcherqueue.cpp \ src/map/mapengine.cpp \ tests/testMap/testmapfetcher.cpp # tests/testMap/testmapengine.cpp # src/main.cpp \ HEADERS += src/ui/mainwindow.h \ src/map/mapfetcherqueue.h \ src/map/mapengine.h