qt5base-lts/tests/auto/tools
Thiago Macieira f5697d2b2a tst_moc: fix build with GCC 12
You can't mismatch the export macros. The QT_MOC_EXPORT_PLUGIN_V2 macro
defines these functions as Q_DECL_EXPORT so they can be found by
QPluginLoader. We must match the macro here, otherwise GCC 12 complains
(tst_moc.cpp is compiled with -fvisibility=hidden):

tst_moc.cpp.o: non-canonical reference to canonical protected function `qt_plugin_instance' in moc_plugin_metadata.cpp.o

Pick-to: 6.4
Change-Id: Id0fb9ab0089845ee8843fffd16f99893d5730da5
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2022-06-24 19:05:53 -07:00
..
macdeployqt Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
moc tst_moc: fix build with GCC 12 2022-06-24 19:05:53 -07:00
qdbuscpp2xml Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qdbusxml2cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qmake Teach qmake about digit-grouping apostrophes in numeric literals 2022-06-17 00:05:53 +02:00
qmakelib Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
rcc Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
uic Make uic generate correct C++ comments 2022-05-18 11:53:26 +02:00
windeployqt Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt Exclude tst_qmake if the build of qmake tool is disabled 2022-02-09 15:33:46 +01:00