aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/wearable/wearable.pro
blob: 861c5eb21490b03b69706e068480a67fb087ad08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = wearable
QT += quick quickcontrols2
qtHaveModule(positioning): QT += positioning
qtHaveModule(location): QT += location

QML_IMPORT_PATH += \
    Wearable \
    WearableSettings \
    WearableStyle

SOURCES += \
    wearable.cpp

RESOURCES += \
    wearable.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/wearable
INSTALLS += target