qt6-bb10/tests/auto/gui/kernel/qwindow
Tor Arne Vestbø 06499383ca Use LANGUAGE OBJCXX rather than COMPILE_FLAGS "-x objective-c++"
We sometimes use Objective-C++ code in files with a .cpp extension,
to avoid the churn of adding a foo_mac.mm file. Instead of manually
telling the compiler to build these files in Objective-C++ mode, we
use CMake's intended mechanism, which means genex constructs such as
$<$<COMPILE_LANGUAGE:OBJCXX> will work for these files as well.

Pick-to: 6.5 6.2
Change-Id: If295c3f34f6bee9f4d9f877f519c9c7770665fee
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2023-04-13 14:36:26 +02:00
..
BLACKLIST Fix test being flaky on Linux 2022-07-26 16:33:41 +02:00
CMakeLists.txt Use LANGUAGE OBJCXX rather than COMPILE_FLAGS "-x objective-c++" 2023-04-13 14:36:26 +02:00
tst_foreignwindow.cpp Pick up initial state of foreign windows instead of reflecting QWindow 2023-03-28 16:31:17 +01:00
tst_qwindow.cpp emit QWindow::windowStateChanged only when state has changed 2022-11-11 11:21:32 +01:00