summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2017-04-05 10:39:27 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2017-04-25 15:20:17 +0000
commit5b2ae01715899e62c69193429a3a432ef93db2d3 (patch)
tree32f7cf34efd86aa3f4bb9891ef1d3fe9ffd7a289 /sync.profile
parent83c2aa32852db38447137f383f5d420b8b7d9ed9 (diff)
downloadqtapplicationmanager-5b2ae01715899e62c69193429a3a432ef93db2d3.tar.gz
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 <bernd.weimer@pelagicore.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 2 insertions, 0 deletions
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 = (
);