From 32042413f247660e50967d5b0e7e9b63d297da14 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 13 Apr 2012 16:17:12 +0200 Subject: 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 --- sync.profile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sync.profile') 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 \n", - "gui" => "#include \n", - "printsupport" => "#include \n", - "widgets" => "#include \n", - "network" => "#include \n", - "opengl" => "#include \n", - "xml" => "#include \n", - "concurrent" => "#include \n", -); %deprecatedheaders = ( "QtGui" => { "qplatformaccessibility_qpa.h" => "qpa/qplatformaccessibility.h", -- cgit v1.2.3