aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-04-26 12:46:07 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-04-26 16:33:42 +0000
commit4dce2c9cd78fab068567cb9d0b3733c1c54d4989 (patch)
tree2957e9bafe83dd09f8ebb0d9c5e646c0c0ffa0de /README.md
parentc405b322d773068521855e048f215c6ec59e965f (diff)
Updated to work with the lastest ApplicationManager
There have been a few changes in the AM due to API reviews: 1) The API naming in WindowManager singleton was made more consistent (Window vs. View vs. Surface) 2) The import was changed from io.qt.ApplicationManager / ApplicationInstaller to QtApplicationManager Apart from that, we decided that having (incompatible) AM dummy-imports in every system-ui project does not scale: the current Neptune version was merged into the AM repo and the copy here was removed. Change-Id: I176d66de4071deff02533a3f6fdc811bca5c2e7c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 54a9d30..4f22654 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,12 @@ Unix system
* modules - QML modules and assets to be imported (e.g. import controls 1.0)
* boards - visual ui tests for easier development
* apps - container for the different applications used within the system UI
-* am-dummyimports - Application Manager dummy imports for running within qmlscene
* plugins - QML and other plugins needed for fully functional UI (e.g. reading the media from database)
+Please note that am-dummyimports - the Application Manager dummy imports for running within
+qmlscene/qmllive - have been moved to the application-manager repository.
+
+
# Preparation
* You need to have Source Sans Pro font installed (see assets folder within the modules)
@@ -27,7 +30,7 @@ Unix system
# Run entire UI
- $ qmlscene -I modules/ -I am-dummyimports/ DimAndCsd.qml
+ $ qmlscene -I modules/ -I /path/to/application-manager/dummyimports/ MainWithCluster.qml
or with the Application Manager