# Head project for drape develop and debuging ROOT_DIR = .. DEPENDENCIES = map traffic drape_frontend drape indexer storage platform geometry coding base \ freetype expat protobuf jansson fribidi stats_client include($$ROOT_DIR/common.pri) INCLUDEPATH += $$ROOT_DIR/3party/jansson/src TARGET = DrapeHead TEMPLATE = app CONFIG += warn_on QT *= core gui widgets opengl win32* { LIBS += -lopengl32 -lws2_32 -liphlpapi # RC_FILE = res/windows.rc win32-msvc*: LIBS += -lwlanapi } win32*|linux* { QT *= network } macx-* { LIBS *= "-framework CoreLocation" "-framework CoreWLAN" \ "-framework QuartzCore" "-framework IOKit" "-framework SystemConfiguration" } HEADERS += \ mainwindow.hpp \ drape_surface.hpp \ testing_engine.hpp \ SOURCES += \ mainwindow.cpp \ main.cpp \ drape_surface.cpp \ testing_engine.cpp \