summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/console_app/console_app.pro
blob: 3d3915f68dd4cb327e113c3b96e6b888a7ee6b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

CONFIG += install_ok  # Do not cargo-cult this!