summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer/import/qsensorsimport.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/sensor_explorer/import/qsensorsimport.pri')
-rw-r--r--examples/sensors/sensor_explorer/import/qsensorsimport.pri27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/sensors/sensor_explorer/import/qsensorsimport.pri b/examples/sensors/sensor_explorer/import/qsensorsimport.pri
new file mode 100644
index 00000000..b8af2b7b
--- /dev/null
+++ b/examples/sensors/sensor_explorer/import/qsensorsimport.pri
@@ -0,0 +1,27 @@
+load(qt_module)
+
+symbian:load(qt_plugin)
+TEMPLATE = lib
+CONFIG += qt plugin
+
+win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
+
+isEmpty(TARGETPATH) {
+ error("qimportbase.pri: You must provide a TARGETPATH!")
+}
+isEmpty(TARGET) {
+ error("qimportbase.pri: You must provide a TARGET!")
+}
+
+TARGET = $$qtLibraryTarget($$TARGET)
+contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
+
+load(qt_targets)
+
+wince*:LIBS += $$QMAKE_LIBS_GUI
+
+symbian: {
+ TARGET.EPOCALLOWDLLDATA=1
+ TARGET.CAPABILITY = All -Tcb
+ load(armcc_warnings)
+}