summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-12-06 12:43:08 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2017-12-15 15:47:53 +0000
commit5fad90789b756ad8d6ec88db3ef71d354d0c7323 (patch)
treef894eb59441e35329a5985b88db584fa4f7f6d6c /sync.profile
parentc77ac0226c7f323bdb93fe214bc335a5d1e386cd (diff)
Refactor the interface between the AM and runtime launchers
* A lot of shared code was moved to the new shared-main library, making it easier to write custom runtime launchers * Simplified the qml runtime launcher * The new OpenGL versioning was extended to apps using the QML runtime * Settings are communicated to the apps as plain text YAML documents now, which makes it very easy to verify and extended this interface. Task-number: AUTOSUITE-162 Change-Id: I0c1be3ac2e38ab492e69182058098cf31d34484b Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index bde01425..17aeb6a8 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,6 +5,7 @@
"QtAppManPackage" => "$basedir/src/package-lib",
"QtAppManNotification" => "$basedir/src/notification-lib",
"QtAppManManager" => "$basedir/src/manager-lib",
+ "QtAppManSharedMain" => "$basedir/src/shared-main-lib",
"QtAppManMain" => "$basedir/src/main-lib",
"QtAppManWindow" => "$basedir/src/window-lib",
"QtAppManInstaller" => "$basedir/src/installer-lib",