summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer/import/import.pro
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2011-12-30 12:53:45 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-11 23:48:22 +0100
commit1a2c653e3ef82de04906e88bdf2ec5efada324f9 (patch)
tree6c08cc73ba134644fb7e0a02d918974c2d4dd2a2 /examples/sensors/sensor_explorer/import/import.pro
parentf9672df5ea9872f911eb0011012f829309e11e71 (diff)
Convert sensor explorer example into a QML based application
Change-Id: If8628363c4998dabf85cad4277df088be23e3ff4 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
Diffstat (limited to 'examples/sensors/sensor_explorer/import/import.pro')
-rw-r--r--examples/sensors/sensor_explorer/import/import.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/sensors/sensor_explorer/import/import.pro b/examples/sensors/sensor_explorer/import/import.pro
new file mode 100644
index 00000000..7baec429
--- /dev/null
+++ b/examples/sensors/sensor_explorer/import/import.pro
@@ -0,0 +1,24 @@
+TARGET = declarative_explorer
+TARGETPATH = Explorer
+
+include(qsensorsimport.pri)
+
+QT += declarative sensors
+
+SOURCES = main.cpp explorer.cpp sensoritem.cpp propertyinfo.cpp
+HEADERS = explorer.h sensoritem.h propertyinfo.h
+
+symbian {
+ TARGET.EPOCALLOWDLLDATA = 1
+ TARGET.CAPABILITY = ALL -TCB
+}
+
+!isEmpty(EXAMPLES_PREFIX):DESTPATH=$$EXAMPLES_PREFIX/sensor_explorer/imports/Explorer
+else:DESTPATH=$$[QT_INSTALL_IMPORTS]/Explorer
+
+target.path=$$DESTPATH
+INSTALLS += target
+
+qmldir.files=$$PWD/qmldir
+qmldir.path=$$DESTPATH
+INSTALLS += qmldir