summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/console_app/console_app.pro
blob: f2b627ec348b991f95a47835b395a470a081592c (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = detect_grue
CONFIG += console
QT = core sensors

DESTDIR = $$OUT_PWD/..

SOURCES = main.cpp

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