summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-12 12:32:45 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 12:39:16 +0200
commit4e95f21a77cb77cecda50865b3ce75104d7729b5 (patch)
tree8109313f9379f6f72699c34e35733e5366913d1d /sync.profile
parent4f5c8954cccbeb72700ec0861094a73134361818 (diff)
downloadqtscript-4e95f21a77cb77cecda50865b3ce75104d7729b5.tar.gz
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 - qmake -project boilerplate Change-Id: I618bc1db930a372e7f713f21f21b2cfedc839258 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sync.profile b/sync.profile
index f4cb26a..1b155a1 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,15 +4,6 @@
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
-%classnames = (
- "qtscriptversion.h" => "QtScriptVersion",
- "qtscripttoolsversion.h" => "QtScriptToolsVersion",
-);
-%mastercontent = (
- "core" => "#include <QtCore/QtCore>\n",
- "gui" => "#include <QtGui/QtGui>\n",
- "script" => "#include <QtScript/QtScript>\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: