summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer/qml.pro
blob: 1407d5b24e3dd7e52031830770630531db26cbb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = app
TARGET = sensor_explorer
QT += qml quick

qtHaveModule(widgets) {
    QT += widgets
}

# Avoid going to release/debug subdirectory
win32: DESTDIR = ./

SOURCES = main.cpp

OTHER_FILES = \
    sensor_explorer.qml

target.path = $$[QT_INSTALL_EXAMPLES]/sensors/sensor_explorer
INSTALLS += target

RESOURCES += \
    qml.qrc