summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/syncqt2
-rw-r--r--sync.profile12
2 files changed, 2 insertions, 12 deletions
diff --git a/bin/syncqt b/bin/syncqt
index 6bcaccc1dc..849c22f70a 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -880,6 +880,8 @@ foreach my $lib (@modules_to_sync) {
}
}
+ $classnames{lc($lib)."version.h"} = $lib."Version";
+
#remove the old files
if($remove_stale) {
my %injections = ();
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",