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.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/sensors/grue/lib/lib.pro b/examples/sensors/grue/lib/lib.pro
new file mode 100644
index 00000000..80bf1365
--- /dev/null
+++ b/examples/sensors/grue/lib/lib.pro
@@ -0,0 +1,17 @@
+TEMPLATE = lib
+TARGET = gruesensor
+
+QT = core sensors
+
+HEADERS += gruesensor.h\
+ gruesensor_p.h\
+
+SOURCES += gruesensor.cpp\
+
+DESTDIR=$$QT.sensors.libs
+
+symbian {
+ TARGET.EPOCALLOWDLLDATA = 1
+ TARGET.CAPABILITY = ALL -TCB
+}
+