summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-12 12:31:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-26 14:53:24 +0200
commit37e014504c6b54762b9e43a30d4b0b0abdc15db6 (patch)
tree25029bd4df38d69560005cd2e18baca3d016c6c6 /sync.profile
parent747e9b69072360768f51dbc71910439a248ec510 (diff)
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 <joerg.bornemann@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 0 insertions, 10 deletions
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 <QtGui/QtGui>\n",
- "widgets" => "#include <QtWidgets/QtWidgets>\n",
- "script" => "#include <QtScript/QtScript>\n",
- "network" => "#include <QtNetwork/QtNetwork>\n",
- "testlib" => "#include <QtTest/QtTest>\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: