summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grueplugin/grueplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grueplugin/grueplugin.pro')
-rw-r--r--examples/sensors/grueplugin/grueplugin.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/sensors/grueplugin/grueplugin.pro b/examples/sensors/grueplugin/grueplugin.pro
new file mode 100644
index 00000000..0b39f910
--- /dev/null
+++ b/examples/sensors/grueplugin/grueplugin.pro
@@ -0,0 +1,15 @@
+TEMPLATE = lib
+CONFIG += plugin
+TARGET = $$qtLibraryTarget(qtsensors_grueplugin)
+PLUGIN_TYPE = sensors
+
+QT = core sensors
+
+include(version.pri)
+include(grueplugin.pri)
+
+symbian {
+ TARGET.EPOCALLOWDLLDATA = 1
+ TARGET.CAPABILITY = ALL -TCB
+}
+