summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-04-30 09:39:26 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-06 13:57:14 +0200
commita8284209f33eee8a5ecdbb2cce7798e689bc8b5d (patch)
tree8825fcf628b15de088676079ab8aed400a03ea3a /sync.profile
parent7a6472a6d6c600698858de59e3f1dd1424ca32dd (diff)
downloadqtactiveqt-a8284209f33eee8a5ecdbb2cce7798e689bc8b5d.tar.gz
Restructure the libraries
Establish QtAxContainer and QtAxServer as proper modules. Add QtAxBase as a static helper lib containing qaxtypefunctions.cpp and qaxutils.cpp from the shared directory. qaxtypes.cpp remains in the shared directory as it is used by both modules with differing defines. The VARIANT <-> QVariant conversion is exposed via QAxBasePrivate for testcon. Add activeqt as a header-only module modeled after platformheaders. This makes it easier for the cmake conversion tools. Task-number: QTBUG-78167 Task-number: QTBUG-27776 Change-Id: I3e7956ea91f2177b8c2596402908351b4d99c510 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 15b0fdf..190bea0 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,4 +1,7 @@
%modules = ( # path to module name map
+ "QtAxBase" => "$basedir/src/activeqt/axbase",
+ "QtAxContainer" => "$basedir/src/activeqt/container",
+ "QtAxServer" => "$basedir/src/activeqt/control",
"ActiveQt" => "$basedir/src/activeqt"
);
%moduleheaders = ( # restrict the module headers to those found in relative path