summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2021-09-16 18:19:16 +0300
committerPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2021-09-16 20:54:17 +0300
commit5f3e8dde958d2c218b90884d4a368fe9860a41b5 (patch)
tree04057ae83794eeb243164b9d740a2be61530ec52 /tests/auto/tools
parent8dd14a956c7a2aa9b36a877c97a984675f0e43e4 (diff)
Support QNX QCC compiler
tests/auto/tools/moc/CMakeFiles/tst_moc.dir/tst_moc.cpp.o: in function `tst_Moc::os9Newline()': qtbase/tests/auto/tools/moc/tst_moc.cpp:1225: undefined reference to `Os9Newlines::staticMetaObject' tests/auto/tools/moc/CMakeFiles/tst_moc.dir/tst_moc.cpp.o: in function `tst_Moc::winNewline()': qtbase/tests/auto/tools/moc/tst_moc.cpp:1239: undefined reference to `WinNewlines::staticMetaObject' Pick-to: 6.2 Change-Id: I629d67c1190e09b26dc09e41cb7170cb0eadf1cb Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/tools')
-rw-r--r--tests/auto/tools/moc/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/tools/moc/CMakeLists.txt b/tests/auto/tools/moc/CMakeLists.txt
index 792e8d5f9c..228af5992e 100644
--- a/tests/auto/tools/moc/CMakeLists.txt
+++ b/tests/auto/tools/moc/CMakeLists.txt
@@ -85,11 +85,11 @@ qt_internal_extend_target(tst_moc CONDITION CMAKE_CROSSCOMPILING
MOC_CROSS_COMPILED
)
-if (UNIX AND (CLANG OR GCC OR ICC))
+if (UNIX AND (CLANG OR GCC OR ICC OR QCC))
qt_wrap_cpp(os9_moc os9-newlines.h)
endif()
-qt_internal_extend_target(tst_moc CONDITION UNIX AND (CLANG OR GCC OR ICC)
+qt_internal_extend_target(tst_moc CONDITION UNIX AND (CLANG OR GCC OR ICC OR QCC)
SOURCES
os9-newlines.h
win-newlines.h