mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
25 lines
664 B
Diff
25 lines
664 B
Diff
From 32df5272bd8c58d5e0fa8a249f10011d046d4a87 Mon Sep 17 00:00:00 2001
|
|
From: Luca Weiss <luca@z3ntu.xyz>
|
|
Date: Mon, 18 May 2020 21:37:40 +0200
|
|
Subject: [PATCH 2/2] Use qmltestrunner-qt5
|
|
|
|
---
|
|
cmake/QmlTest.cmake | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/cmake/QmlTest.cmake b/cmake/QmlTest.cmake
|
|
index 253b1206..dbdf6668 100644
|
|
--- a/cmake/QmlTest.cmake
|
|
+++ b/cmake/QmlTest.cmake
|
|
@@ -19,7 +19,7 @@
|
|
# qmltest_DEFAULT_IMPORT_PATHS
|
|
# qmltest_DEFAULT_PROPERTIES
|
|
|
|
-find_program(qmltestrunner_exe qmltestrunner)
|
|
+find_program(qmltestrunner_exe qmltestrunner-qt5)
|
|
find_program(qmlscene_exe qmlscene)
|
|
find_program(gcc_exe gcc)
|
|
|
|
--
|
|
2.44.0
|
|
|