summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/console_app/console_app.pro
blob: 285fd892cafc7977fc119cff7e88e5054dad34aa (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]/sensors/grue
INSTALLS += target