From 02e1b08d42dcbfae7493a8d862a50b7bf65ec8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Tue, 25 Jan 2022 14:16:14 +0200 Subject: QNX: Cannot run qml only tests QML only tests expect to run with qmltest tool and since QNX autotests are run on Qemu that does not work. Task-number: QTBUG-100202 Change-Id: I21732c312486d07e0902b9235a7f8cb84eb5e045 Reviewed-by: Alexandru Croitor (cherry picked from commit 98d4a44ecfa0c1afe3e58605f56937f20072d281) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index 4687a10df2..f2d0ca547a 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/CMakeLists.txt @@ -14,7 +14,7 @@ if(TARGET Qt::QuickTest) add_subdirectory(core) endif() add_subdirectory(toolsupport) -if(NOT UIKIT AND NOT ANDROID) # FIXME: QTBUG-92591 +if(NOT UIKIT AND NOT ANDROID AND NOT QNX) # FIXME: QTBUG-92591 QTBUG-100202 add_subdirectory(qmltest) endif() if(TARGET Qt::Quick) -- cgit v1.2.3