summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-05-23 11:21:27 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-06-02 12:57:19 +0000
commit0fa1e466ee0043fccc76f5b71e1c4b80c28f1107 (patch)
treec1568f0192240d056d4c1b00f410454a809177b6 /sync.profile
parent61d0099d3e46229963cfac348720817494cad37f (diff)
downloadqtapplicationmanager-0fa1e466ee0043fccc76f5b71e1c4b80c28f1107.tar.gz
Refactor the src/manager dir into a sub-module
* the appman binary is now built from src/tools/appman * renamed all the main.cpp files to the names of their containing directories (avoids a lot of confusion) * all dependencies between the src modules and the tools are now handled centrally in src.pro * removed the Android deployment, since it doesn't work as-is on newer Android version anymore - we have to come up with a new plan on how to package up the AM plus a system-ui in one APK Change-Id: Ieb4536a7ab2a301488de09db61844da092620859 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 01485f1b..4f5281ab 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",
+ "QtAppManMain" => "$basedir/src/main-lib",
"QtAppManWindow" => "$basedir/src/window-lib",
"QtAppManInstaller" => "$basedir/src/installer-lib",
"QtAppManLauncher" => "$basedir/src/launcher-lib",