blob: 6add64dc6e2bcf1b0e9789d1ca92ef4a992fd4e5 [file] [log] [blame]
TEMPLATE = app
TARGET = qmlqtsensors
QT += quick
SOURCES = main.cpp
RESOURCES += \
qmlqtsensors.qrc
OTHER_FILES = \
$$files(*.qml) \
components
target.path = $$[QT_INSTALL_EXAMPLES]/sensors/qmlqtsensors
INSTALLS += target