summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/console_app/console_app.pro
blob: 786d2b19e186c645bfc9c07c664181fbd4f7ab53 (plain)
1
2
3
4
5
6
7
8
TEMPLATE=app
TARGET=detect_grue
CONFIG += console
QT=core sensors
SOURCES=main.cpp

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