From 671ada303aaa16228511eee8032778fea0b84915 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 23 Dec 2016 20:11:12 +0100 Subject: fix QtQmlDevTools in framework builds in a better way 6767fcfaf basically gave up and gave the module an own set of headers. however, we now have improved infrastructure for borrowing headers. while this may look uglier, the maintenance burden is lower, and it's consistent with other bootstrapped modules. Change-Id: I6ddcbbc01fa085a3c6bf333b03a9fdfc19061836 Reviewed-by: Joerg Bornemann Reviewed-by: Ulf Hermann --- sync.profile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 6cab0ae358..64abbd2eb9 100644 --- a/sync.profile +++ b/sync.profile @@ -4,12 +4,6 @@ "QtQuickWidgets" => "$basedir/src/quickwidgets", "QtQuickParticles" => "$basedir/src/particles", "QtQuickTest" => "$basedir/src/qmltest", - "QtQmlDevTools" => "$basedir/src/qmldevtools", "QtPacketProtocol" => "$basedir/src/plugins/qmltooling/packetprotocol", "QtQmlDebug" => "$basedir/src/qmldebug", ); -%moduleheaders = ( # restrict the module headers to those found in relative path - "QtQmlDevTools" => "../qml/parser;../qml/jsruntime;../qml/qml/ftw;../qml/compiler;../qml/memory;.", -); -%deprecatedheaders = ( -); -- cgit v1.2.3