summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-12 12:42:47 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 12:27:57 +0200
commit374098ba55cf11d7cf7496558ca08e1b0b4156cb (patch)
tree38b5cb76210e663422f2da7aa5d283e4596604a3 /sync.profile
parent60a578ec8063195f6633549c491bdc28b1bceb7c (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) - pointless QPRO_PWD assignments - qmake -project boilerplate Change-Id: I64ce8134c471ccf674b6815878b4090a7eb8d961 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile17
1 files changed, 0 insertions, 17 deletions
diff --git a/sync.profile b/sync.profile
index 392fdb1bf..8c8674f6c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -8,23 +8,6 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
- "qtcluceneversion.h" => "QtCLuceneVersion",
- "qthelpversion.h" => "QtHelpVersion",
- "qtuitoolsversion.h" => "QtUiToolsVersion",
- "qtdesignerversion.h" => "QtDesigner",
- "qtdesignercomponentsversion.h" => "QtDesignerComponents",
-);
-%mastercontent = (
- "sql" => "#include <QtSql/QtSql>\n",
- "xml" => "#include <QtXml/QtXml>\n",
- "network" => "#include <QtNetwork/QtNetwork>\n",
- "script" => "#include <QtScript/QtScript>\n",
- "declarative" => "#include <QtDeclarative/QtDeclarative>\n",
- "clucene" => "#include <QtCLucene/QtCLucene>\n",
- "help" => "#include <QtHelp/QtHelp>\n",
- "designer" => "#include <QtDesigner/QtDesigner>\n",
- "designercomponents" => "#include <QtDesignerComponents/QtDesignerComponents>\n",
- "uitools" => "#include <QtUiTools/QtUiTools>\n",
);
# Module dependencies.
# Every module that is required to build this module should have one entry.