diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-04-11 16:03:18 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-06-19 16:40:05 +0200 |
commit | 61bcd838fafa5a5856fcae2023464b5f2999d398 (patch) | |
tree | e2f95aae106337f1dd7fc5b708eb5b45312466f9 /sync.profile | |
parent | e203e42906b85485ff093d5cd5122e72550adaa9 (diff) | |
download | qtbase-61bcd838fafa5a5856fcae2023464b5f2999d398.tar.gz |
automatically add the module version headers to %classnames
Change-Id: I7706a0d54e704320e9e1e480b387e46417739ccf
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sync.profile b/sync.profile index 362118aefa..da9c174691 100644 --- a/sync.profile +++ b/sync.profile @@ -31,18 +31,6 @@ "qtconcurrentmap.h" => "QtConcurrentMap", "qtconcurrentfilter.h" => "QtConcurrentFilter", "qtconcurrentrun.h" => "QtConcurrentRun", - "qtcoreversion.h" => "QtCoreVersion", - "qtdbusversion.h" => "QtDBusVersion", - "qtguiversion.h" => "QtGuiVersion", - "qtnetworkversion.h" => "QtNetworkVersion", - "qtopenglversion.h" => "QtOpenGLVersion", - "qtsqlversion.h" => "QtSqlVersion", - "qttestversion.h" => "QtTestVersion", - "qtxmlversion.h" => "QtXmlVersion", - "qtwidgetsversion.h" => "QtWidgetsVersion", - "qtprintsupportversion.h" => "QtPrintSupportVersion", - "qtconcurrentversion.h" => "QtConcurrentVersion", - "qtplatformsupportversion.h" => "QtPlatformSupportVersion", ); %mastercontent = ( "core" => "#include <QtCore/QtCore>\n", |