From 15e51dbba60c71b1b36b3b9e77271c204db4646e Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Thu, 12 Jun 2014 16:12:25 +0100 Subject: Force creation of camelcase forwarding headers This works around the presence of the Qt3D namespace and the lack of Q prefixes on several classnames at this time. The class names will be tidied up but I'm not sure what to do about name collisions with other areas of Qt. For example, QTransform. Change-Id: I8f5a2ccf52496c624c0815e04b3153aa79b4803e Reviewed-by: Paul Lemire --- sync.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 5cb1a7fb2..78d0650cd 100644 --- a/sync.profile +++ b/sync.profile @@ -7,6 +7,12 @@ ); %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::.+"; + # Module dependencies. # Every module that is required to build this module should have one entry. # Each of the module version specifiers can take one of the following values: -- cgit v1.2.3