Install the missing deprecated header files

Deprecated Qt header files generated by syncqt were missing in
installation package of Qt, after migration to cpp based syncqt.
Restore them.

Note: we didn't receive bugs since 6.5 release so far. I would check
the existing files and remove them completely in 6.7. See QTBUG-115029.

Fixes: QTBUG-112956
Change-Id: I2e5375ee0dbd87a76135594cd489bb67f6d3456d
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 97268742e4869875cb98a1a9fc7884d16d7e7e69)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexey Edelev 2023-07-03 17:42:48 +02:00 committed by Qt Cherry-pick Bot
parent eb1cec404e
commit 583065c533

View File

@ -1467,6 +1467,7 @@ public:
<< "#include <" << replacement << ">\n"
<< "#endif\n";
writeIfDifferent(m_commandLineArgs->includeDir() + '/' + it->first, buffer.str());
m_producedHeaders.insert(it->first);
}
return true;
}