From 37e014504c6b54762b9e43a30d4b0b0abdc15db6 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 12 Apr 2012 12:31:24 +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 Change-Id: I4b3a1cd560e99658102d374fb278fe3e7744bae9 Reviewed-by: Joerg Bornemann --- sync.profile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index d6f8ac81..5d8d4418 100644 --- a/sync.profile +++ b/sync.profile @@ -1,16 +1,6 @@ %modules = ( # path to module name map "QtQuick1" => "$basedir/src/declarative", ); -%classnames = ( - "qtquick1version.h" => "QtQuick1Version", -); -%mastercontent = ( - "gui" => "#include \n", - "widgets" => "#include \n", - "script" => "#include \n", - "network" => "#include \n", - "testlib" => "#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