From 6767fcfaf234bc3e0f92f156fa68266d0aac7d4a Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 9 Mar 2015 16:39:32 +0100 Subject: Fix usage of QtQmlDevTools private headers on OSX with framework builds Previously this module borrowed its private headers from QtQml, so that when writing QT += qmldevtools-private, you'd get the private headers from QtQml. This doesn't work when QtQml is built as a framework. A cleaner solution is to give this module its headers proper by letting syncqt create the forwarding headers correctly (and consequently also include them in make install). In order for this to work, the included headers themselves cannot include any headers from QtQml, which this patch also takes care of, through a centralized inclusion of qv4global_p.h. Change-Id: I9bb8337956a2774cfaca6b338369face6c6ee785 Reviewed-by: Oswald Buddenhagen Reviewed-by: Frederik Gladhorn --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 4f4e767129..f7255bea0a 100644 --- a/sync.profile +++ b/sync.profile @@ -7,7 +7,7 @@ "QtQmlDevTools" => "$basedir/src/qmldevtools", ); %moduleheaders = ( # restrict the module headers to those found in relative path - "QtQmlDevTools" => "../qml/parser", + "QtQmlDevTools" => "../qml/parser;../qml/jsruntime;../qml/qml/ftw;../qml/compiler;.", ); %deprecatedheaders = ( ); -- cgit v1.2.3