summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/lib/lib.pro
blob: 4d12062e4c7daae198f52733862c336c7e0650a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = lib
TARGET = gruesensor

# avoid going to release/debug subdirectory
win32:DESTDIR = $$OUT_PWD

DEFINES *= QT_BUILD_GRUE_LIB
QT = core sensors

HEADERS += gruesensor.h\
           gruesensor_p.h\

SOURCES += gruesensor.cpp\

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