summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/console_app/console_app.pro
blob: 7b082d391f4b34a864bab85716e3618a4d5e11ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = detect_grue
CONFIG += console
CONFIG -= app_bundle
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!