1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 04:05:15 +03:00
aports/testing/lomiri-action-api/0001-Use-qmltestrunner-qt5.patch
2025-04-11 05:44:24 +00:00

39 lines
1.1 KiB
Diff

From 3ec46358e1535b9ec65bec36400aeb3aea79700a Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 15 Nov 2023 00:21:02 +0100
Subject: [PATCH] Use qmltestrunner-qt5
---
CMakeLists.txt | 2 +-
cmake/modules/QmlTest.cmake | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21b47c7..dcfa25b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,7 +92,7 @@ if(${GENERATE_DOCUMENTATION})
endif()
-find_program(qmltestrunner_exe qmltestrunner)
+find_program(qmltestrunner_exe qmltestrunner-qt5)
if(NOT qmltestrunner_exe)
message(FATAL_ERROR "Could not locate qmltestrunner.")
diff --git a/cmake/modules/QmlTest.cmake b/cmake/modules/QmlTest.cmake
index 87fab8e..61bdc51 100644
--- a/cmake/modules/QmlTest.cmake
+++ b/cmake/modules/QmlTest.cmake
@@ -15,7 +15,7 @@
# qmltest_DEFAULT_IMPORT_PATHS
# qmltest_DEFAULT_PROPERTIES
-find_program(qmltestrunner_exe qmltestrunner)
+find_program(qmltestrunner_exe qmltestrunner-qt5)
if(NOT qmltestrunner_exe)
message(FATAL_ERROR "Could not locate qmltestrunner.")
--
2.49.0