summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/import/import.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-04 15:14:01 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 09:25:31 +1000
commit4e04cda0e600f4e3bb148956ba631647a5c1fa4c (patch)
tree5dd8a0f2e2a0b2cdc8075f05a66cb1f6689e51c4 /examples/sensors/grue/import/import.pro
parent93be0e5c0fd1694b0868187ed3daa006dfa4bd79 (diff)
downloadqtsensors-4e04cda0e600f4e3bb148956ba631647a5c1fa4c.tar.gz
Grue Sensor example
Updated, documented as an example. Now with a QML import and a QML app. Fixes: MTMW-85 Change-Id: I06772cf4a07ea0d2ec7bfccda6e8f51b5d866c20 Reviewed-on: http://codereview.qt-project.org/6016 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples/sensors/grue/import/import.pro')
-rw-r--r--examples/sensors/grue/import/import.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/sensors/grue/import/import.pro b/examples/sensors/grue/import/import.pro
new file mode 100644
index 0000000..fc163b6
--- /dev/null
+++ b/examples/sensors/grue/import/import.pro
@@ -0,0 +1,19 @@
+TARGET = declarative_grue
+TARGETPATH = Grue
+
+include(qsensorsimport.pri)
+
+QT = declarative sensors
+
+DESTDIR = $$QT.sensors.imports/$$TARGETPATH
+
+INCLUDEPATH += $$PWD/../lib
+LIBS += -L$$OUT_PWD/../lib -lgruesensor
+
+SOURCES = main.cpp
+
+symbian {
+ TARGET.EPOCALLOWDLLDATA = 1
+ TARGET.CAPABILITY = ALL -TCB
+}
+