From 0fa1e466ee0043fccc76f5b71e1c4b80c28f1107 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 23 May 2017 11:21:27 +0200 Subject: 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 --- sync.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'sync.profile') 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", -- cgit v1.2.1