summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 4d2bc872b9bdacfa86b63fee3b6eaaae51630c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = messaging
QT = qml quickcontrols2
CONFIG += c++11 link_pkgconfig

SOURCES = main.cpp

PKGCONFIG += qtappfw-bt-map

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

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

INSTALLS += target