summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/import/import.pro
diff options
context:
space:
mode:
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 00000000..fc163b61
--- /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
+}
+