summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
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.