From 5b2ae01715899e62c69193429a3a432ef93db2d3 Mon Sep 17 00:00:00 2001 From: Nedim Hadzic Date: Wed, 5 Apr 2017 10:39:27 +0200 Subject: Move all monitor related classes to the monitor-lib * Created new monitor-lib * Removed dependencies from window and other libs towards monitor classes. Monitor classes should depend on manager and window lib. Change-Id: Ie6f7a82b3a22808eb7414251c996072e47fd2687 Reviewed-by: Bernd Weimer --- sync.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 7dfc419c..01485f1b 100644 --- a/sync.profile +++ b/sync.profile @@ -9,6 +9,7 @@ "QtAppManInstaller" => "$basedir/src/installer-lib", "QtAppManLauncher" => "$basedir/src/launcher-lib", "QtAppManPluginInterfaces" => "$basedir/src/plugin-interfaces", + "QtAppManMonitor" => "$basedir/src/monitor-lib", ); %moduleheaders = ( # restrict the module headers to those found in relative path ); @@ -18,6 +19,7 @@ # "QtAppManNotification", # "QtAppManManager", # "QtAppManInstaller", +# "QtAppManMonitor" #); %classnames = ( ); -- cgit v1.2.3