aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ivivehiclefunctions/climate_qml/climate_qml.pro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-11-03 11:02:29 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2017-11-03 10:14:19 +0000
commit705acb8d595d772778dd4985b762ed6a604473d9 (patch)
tree03ebbf68ab7e6cf779cfd1226c766d01084c1b94 /examples/ivivehiclefunctions/climate_qml/climate_qml.pro
parentfb338368765f60c48d2b44abbad8b4c9fb6751eb (diff)
Change the examples folder structure to match the module naming
core -> ivicore media -> ivimedia vehiclefunctions -> ivivehiclefunctions Change-Id: Icd8d7c45f2dbf0e18de1eea775398b45f8ff78f8 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/ivivehiclefunctions/climate_qml/climate_qml.pro')
-rw-r--r--examples/ivivehiclefunctions/climate_qml/climate_qml.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/ivivehiclefunctions/climate_qml/climate_qml.pro b/examples/ivivehiclefunctions/climate_qml/climate_qml.pro
new file mode 100644
index 0000000..07ba83d
--- /dev/null
+++ b/examples/ivivehiclefunctions/climate_qml/climate_qml.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+
+QT += qml quick widgets
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH =
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/ivivehiclefunctions/climate_qml
+INSTALLS += target