qt5base-lts/cmake/QtBuildInternals/QtStandaloneTestTemplateProject
Alexandru Croitor effd6f63f1 CMake: Fix single standalone tests to use same Qt C++ language std
When using qt-cmake-standalone-test, we didn't tell CMake to use the
same C++ language standard that Qt used when it was configured.

We did tell CMake to do that when configuring tests with
qt-internal-configure-tests via the qt_build_tests macro.

To ensure the proper standard is set, we also need to
find_package(Qt6Core), because the std flag is derived from the
QT_FEATURE_cxxyz flag which is set by Core.

Change-Id: Ia41f2a24983ddab0107a6446743f7b054df8c033
Pick-to: 6.2 6.3 6.4
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-08-03 18:38:52 +02:00
..
CMakeLists.txt CMake: Fix single standalone tests to use same Qt C++ language std 2022-08-03 18:38:52 +02:00
Main.cmake CMake: Fix single standalone tests to use same Qt C++ language std 2022-08-03 18:38:52 +02:00