aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-12 12:09:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-26 14:59:01 +0200
commit489651ef7f0e17e210e8a85f8fa95617d14ca7cf (patch)
tree5bfab7775a776eb72d8a6b96f07322d7a8258195 /sync.profile
parent27416448a1c3259ecad80172ba35ab9aa504a78d (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 - pointless and commented out include and depend paths - qmake -project boilerplate Change-Id: Ib2d80a375e88bae1b50a22a274374b7e2cc2a86c Reviewed-by: Alan Alpert <alan.alpert@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 2bfe12dd07..7ea3be040c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -8,16 +8,6 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
"QtQmlDevTools" => "../qml/qml/parser",
);
-%classnames = (
- "qtqmlversion.h" => "QtQmlVersion",
-);
-%mastercontent = (
- "gui" => "#include <QtGui/QtGui>\n",
- "network" => "#include <QtNetwork/QtNetwork>\n",
- "testlib" => "#include <QtTest/QtTest>\n",
- "qml" => "#include <QtQml/QtQml>\n",
- "quick" => "#include <QtQuick/QtQuick>\n",
-);
%deprecatedheaders = (
"QtQml" => {
"QQmlImageProvider" => "QtQuick/QQuickImageProvider",