summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-12 12:06:05 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-24 19:24:20 +0200
commita4628855ee95ef359e3ea66fcdb47dc03f14a9c4 (patch)
treeae5bce370724df2abfc36d8576ce873ad909076f /sync.profile
parentba855ba1124e2159dbe1a1639f2fb7f1ceddb1df (diff)
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) Change-Id: Ia77f205e3411d9661b4c794e1a78d4d530d27383 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile11
1 files changed, 0 insertions, 11 deletions
diff --git a/sync.profile b/sync.profile
index 3da585e6e..dd654fe3b 100644
--- a/sync.profile
+++ b/sync.profile
@@ -4,17 +4,6 @@
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
-%classnames = (
- "qtquick3dversion.h" => "QtQuick3DVersion",
-);
-%mastercontent = (
- "core" => "#include <QtCore/QtCore>\n",
- "gui" => "#include <QtGui/QtGui>\n",
- "opengl" => "#include <QtOpenGL/QtOpenGL>\n",
- "declarative" => "#include <QtQml/QtQml>\n",
- "quick" => "#include <QtQuick/QQuick>\n",
- "network" => "#include <QtNetwork/QtNetwork>\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: