14 lines
385 B
Diff
14 lines
385 B
Diff
|
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)
|
||
|
|