aboutsummaryrefslogtreecommitdiffstats
path: root/neptune3-ui.pro
diff options
context:
space:
mode:
authorBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-09-24 13:55:40 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-09-28 16:41:35 +0000
commit0df25ed0487a02dcdfca10a7e44a1211d4524d46 (patch)
tree71ef3f1eb6af598da3c63d2d3f97778b98ee22e4 /neptune3-ui.pro
parent8d12a9d8b480d6375c935829b012f17cd22a964a (diff)
[systemui] a lot of refactoring in the system ui
- in order to make a better and clear separation between application and system ui imports, a new application folder is created to store basic components to be used by only applications. - change the import mechanism to only use the root import folder and user will need to specify whether he wants to use the application, system or shared import - add a basic NeptuneWindowItem to be the basic class of window items in the center console - add ApplicationCCWindowItem for the center console applications and ApplicationICWindowItem for the instrument cluster applications - rename primary window and secondary window to be the ApplicationCCWindow and ApplicationICWindow to align with the window item naming in the system ui - setting window property should be done in the window item itself and not from the application info Change-Id: I62cf151fec21c9ac574873c5c226021843c6e598 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
Diffstat (limited to 'neptune3-ui.pro')
-rw-r--r--neptune3-ui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/neptune3-ui.pro b/neptune3-ui.pro
index 805ea772..6c254cc8 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/shared imports/system sysui
+QML_IMPORT_PATH += imports sysui
copydata.file = copydata.pro
copydata.depends = plugins