summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-09-26 02:35:54 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-10-17 21:43:52 +0000
commit21ae572d2152bd52096aef759534a803b98eb50d (patch)
treee8c7c6c4136f8348f312c0f450c3932e07df9a18 /sync.profile
parentd475d73d9f292cf26e6cd1c6284a0da3efd69d09 (diff)
Reimplemented build-system as a real Qt module
This should help with doc generation and actually running the unit-tests in the CI system. Please note that the binaries are now installed into $$[QT_INSTALL_BINS] Change-Id: I6f27ba39f8e5d923e1aeff550ba11c1fbd8ac5cf Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
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 = (