summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 65382e0f..2c4ba318 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,7 +1,22 @@
%modules = ( # path to module name map
+ "QtAppManCommon" => "$basedir/src/common-lib",
+ "QtAppManCrypto" => "$basedir/src/crypto-lib",
+ "QtAppManApplication" => "$basedir/src/application-lib",
+ "QtAppManPackage" => "$basedir/src/package-lib",
+ "QtAppManNotification" => "$basedir/src/notification-lib",
+ "QtAppManManager" => "$basedir/src/manager-lib",
+ "QtAppManInstaller" => "$basedir/src/installer-lib",
+ "QtAppManPluginInterfaces" => "$basedir/src/plugin-interfaces",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
+@allmoduleheadersprivate = ();
+# "QtAppManCommon",
+# "QtAppManCrypto",
+# "QtAppManNotification",
+# "QtAppManManager",
+# "QtAppManInstaller",
+#);
%classnames = (
);
%deprecatedheaders = (