TARGET = tbtnavi TEMPLATE = app QT += qml network quick positioning location widgets PKGCONFIG += qlibhomescreen qlibwindowmanager CONFIG += c++1z link_pkgconfig include(app.pri) SOURCES += \ main.cpp \ qcheapruler.cpp \ file_operation.cpp HEADERS += \ qcheapruler.hpp \ file_operation.h INCLUDEPATH += \ ../include OTHER_FILES += \ qmapboxlgapp.qml RESOURCES += \ images/images.qrc \ app.qrc