aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/wearable/wearable.pro
blob: 9ca5e53dfea7b8885706e8f05d5d90e6a990a58c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = wearable
QT += quick quickcontrols2

SOURCES += \
    wearable.cpp

RESOURCES += \
    wearable.qrc

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