summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/lib/lib.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/lib/lib.pro')
-rw-r--r--examples/sensors/grue/lib/lib.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/sensors/grue/lib/lib.pro b/examples/sensors/grue/lib/lib.pro
index 4d12062e..3442abe8 100644
--- a/examples/sensors/grue/lib/lib.pro
+++ b/examples/sensors/grue/lib/lib.pro
@@ -1,16 +1,15 @@
TEMPLATE = lib
TARGET = gruesensor
-# avoid going to release/debug subdirectory
-win32:DESTDIR = $$OUT_PWD
+DESTDIR = $$OUT_PWD/..
DEFINES *= QT_BUILD_GRUE_LIB
QT = core sensors
-HEADERS += gruesensor.h\
- gruesensor_p.h\
+HEADERS += gruesensor.h \
+ gruesensor_p.h
-SOURCES += gruesensor.cpp\
+SOURCES += gruesensor.cpp
-target.path=$$[QT_INSTALL_EXAMPLES]/qtsensors/grue
+target.path=$$[QT_INSTALL_EXAMPLES]/sensors/grue
INSTALLS += target