summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-08-30 15:32:30 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-13 07:15:01 +0000
commitdd020905e8e583f488c25735787fd539261432e2 (patch)
tree6fa5813396ad9e75e6d6c1a588cc60525e9fe5df /sync.profile
parent70b2528a70a870de46eeb1f824701d53d5be2b74 (diff)
Generate forwarding headers for public classes in Qt3D* namespaces
This is in preparation for moving aspects into their own namespaces. Change-Id: Ie5e8eba97c87e31da63b94abe5244543228c01f2 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index b6ffdf18e..5e9420a87 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,10 +10,8 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
-# Temporary hack to force generation of camel case headers until we can refactor
-# to get QBlah class names. This is also affected by the Qt3D namespace which we need
-# to avoid naming collisions with the likes of QTransform
-$publicclassregexp = "Qt3D::.+";
+# Force generation of camel case headers for classes inside Qt3D* namespaces
+$publicclassregexp = "Qt3D.*::.+";
# Module dependencies.
# Every module that is required to build this module should have one entry.