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

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

SOURCES = main.cpp

RESOURCES += \
    qml.qrc

OTHER_FILES = \
    $$files(*.qml) \
    grue.png

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