From b1a4d7f9fcada18199e25f0f3ac6cebe8616da07 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 22 May 2012 19:17:51 +0200 Subject: build system cleanups - load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - QT_BUILD_*_LIB defines (automated now) - pointless QPRO_PWD assignments - pointless DEFINES+=QT_MAKEDLL - pointless and commented out include and depend paths - qmake -project boilerplate Change-Id: I8f4586403848fe8f2dff4e889b389956ffcdea59 Reviewed-by: Jonas Rabbe Reviewed-by: Michael Goddard --- sync.profile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 6d0d41005..0b2e294eb 100644 --- a/sync.profile +++ b/sync.profile @@ -6,17 +6,6 @@ %moduleheaders = ( # restrict the module headers to those found in relative path ); -%classnames = ( - "qtmultimediaversion.h" => "QtMultimediaVersion", - "qtmultimediawidgetsversion.h" => "QtMultimediaWidgetsVersion", -); - -%mastercontent = ( - "gui" => "#include \n", - "network" => "#include \n", - "core" => "#include \n", -); - # 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