summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/console_app/console_app.pro
blob: 97021f1d62b7b49a00d8befbc3ba2c80c4d02229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = detect_grue
CONFIG += console
CONFIG -= app_bundle
QT = core sensors

DESTDIR = $$OUT_PWD/..

SOURCES = main.cpp

grue_plugin_base_dir = ..
include(../use_grue_static_plugin.pri)

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

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