TEMPLATE = app
TARGET = tbtnavi

QT = qml network quick positioning location widgets gui-private
PKGCONFIG += qtappfw-navigation qtappfw-vehicle-signals wayland-client

CONFIG += c++1z link_pkgconfig wayland-scanner

SOURCES += \
    main.cpp \
    navigation_client.cpp \
    qcheapruler.cpp \
    file_operation.cpp \
    shell-desktop.cpp

HEADERS += \
    qcheapruler.hpp \
    navigation_client.h \
    file_operation.h \
    shell-desktop.h

INCLUDEPATH += \
    ../include

OTHER_FILES += \
    qmapboxlgapp.qml

RESOURCES += \
    images/images.qrc \
    app.qrc

WAYLANDCLIENTSOURCES += \
	protocol/agl-shell-desktop.xml

target.path = /usr/bin
target.files += $${OUT_PWD}/$${TARGET}
target.CONFIG = no_check_exist executable

INSTALLS += target