summaryrefslogtreecommitdiffstats
path: root/basicsuite/sensorexplorer/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/sensorexplorer/app.pro')
-rw-r--r--basicsuite/sensorexplorer/app.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/basicsuite/sensorexplorer/app.pro b/basicsuite/sensorexplorer/app.pro
new file mode 100644
index 0000000..bc968c2
--- /dev/null
+++ b/basicsuite/sensorexplorer/app.pro
@@ -0,0 +1,11 @@
+TARGET = sensorexplorer
+
+include(../shared/shared.pri)
+b2qtdemo_deploy_defaults()
+
+content.files = *.qml
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content \ No newline at end of file