aboutsummaryrefslogtreecommitdiffstats
path: root/neptune3-ui.pro
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2018-10-15 19:26:00 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-10-17 11:03:56 +0000
commit060b4302f3ae662b4137f222caf7b4ea23faa0d4 (patch)
treec1e04deae9af0638a362c5e4cec081920f1d4253 /neptune3-ui.pro
parent63eb0e2620935fcff6479c0ac34945aced3272e1 (diff)
[sysui] update the imports to use imports_system and imports_shared
- in the current implementation, applications are able to import components related to the system. this patch is to prevent that situation and have a better separation between applications and system Change-Id: Ic9ca41aa8b789a74d7b3a8df4686faa61bf702af Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
Diffstat (limited to 'neptune3-ui.pro')
-rw-r--r--neptune3-ui.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/neptune3-ui.pro b/neptune3-ui.pro
index 6c254cc8..8ddcee48 100644
--- a/neptune3-ui.pro
+++ b/neptune3-ui.pro
@@ -9,7 +9,7 @@ SUBDIRS += doc
SUBDIRS += tests
# mainly a hint for Qt Creator
-QML_IMPORT_PATH += imports sysui
+QML_IMPORT_PATH += imports_shared imports_system sysui
copydata.file = copydata.pro
copydata.depends = plugins
@@ -26,7 +26,7 @@ android: INSTALL_PATH = $$INSTALL_PREFIX
else: INSTALL_PATH = $$INSTALL_PREFIX/neptune3
# Install all required files
-qml.files = apps dev/apps imports sysui styles Main.qml
+qml.files = apps dev/apps imports_shared imports_system sysui styles Main.qml
android: qml.files += am-config-android.yaml
else: qml.files += am-config.yaml
qml.path = $$INSTALL_PATH