From 489651ef7f0e17e210e8a85f8fa95617d14ca7cf Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 12 Apr 2012 12:09:53 +0200 Subject: build system cleanups - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - setup of PKGCONFIG* variables (automated now) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - QT_BUILD_*_LIB defines (automated now) - pointless QPRO_PWD assignments - pointless and commented out include and depend paths - qmake -project boilerplate Change-Id: Ib2d80a375e88bae1b50a22a274374b7e2cc2a86c Reviewed-by: Alan Alpert --- sync.profile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 2bfe12dd07..7ea3be040c 100644 --- a/sync.profile +++ b/sync.profile @@ -8,16 +8,6 @@ %moduleheaders = ( # restrict the module headers to those found in relative path "QtQmlDevTools" => "../qml/qml/parser", ); -%classnames = ( - "qtqmlversion.h" => "QtQmlVersion", -); -%mastercontent = ( - "gui" => "#include \n", - "network" => "#include \n", - "testlib" => "#include \n", - "qml" => "#include \n", - "quick" => "#include \n", -); %deprecatedheaders = ( "QtQml" => { "QQmlImageProvider" => "QtQuick/QQuickImageProvider", -- cgit v1.2.3