diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-04-13 16:17:12 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-06-19 16:46:01 +0200 |
commit | 32042413f247660e50967d5b0e7e9b63d297da14 (patch) | |
tree | 7304fe7beb4a5d894fa236eab4c2130764706445 /sync.profile | |
parent | 8dba9e50ac7149b3a40e2e15b0120a26df801f08 (diff) | |
download | qtbase-32042413f247660e50967d5b0e7e9b63d297da14.tar.gz |
move generation of module master headers to qt_module_headers
this has the advantage that the %mastercontent assignments in sync.profile
are not necessary any more. as it happens, most modules got them wrong
anyway.
Change-Id: Ibdf689be408f18e1d90c44ef4ecacd7c24b1f1c9
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile index 95ef1fd729..ee3014532a 100644 --- a/sync.profile +++ b/sync.profile @@ -32,16 +32,6 @@ "qtconcurrentfilter.h" => "QtConcurrentFilter", "qtconcurrentrun.h" => "QtConcurrentRun", ); -%mastercontent = ( - "core" => "#include <QtCore/QtCore>\n", - "gui" => "#include <QtGui/QtGui>\n", - "printsupport" => "#include <QtPrintSupport/QtPrintSupport>\n", - "widgets" => "#include <QtWidgets/QtWidgets>\n", - "network" => "#include <QtNetwork/QtNetwork>\n", - "opengl" => "#include <QtOpenGL/QtOpenGL>\n", - "xml" => "#include <QtXml/QtXml>\n", - "concurrent" => "#include <QtConcurrent/QtConcurrent>\n", -); %deprecatedheaders = ( "QtGui" => { "qplatformaccessibility_qpa.h" => "qpa/qplatformaccessibility.h", |