QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat TARGET = map TEMPLATE = app DEFINES += mapgps DEFINES += no_qrc_font HEADERS += head.h SOURCES += main.cpp INCLUDEPATH += $$PWD INCLUDEPATH += $$PWD/form include ($$PWD/form/form.pri) INCLUDEPATH += $$PWD/../core_base include ($$PWD/../core_base/core_base.pri) INCLUDEPATH += $$PWD/../core_map include ($$PWD/../core_map/core_map.pri) INCLUDEPATH += $$PWD/../core_webview include ($$PWD/../core_webview/core_webview.pri)