mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
13 lines
295 B
Diff
13 lines
295 B
Diff
including the other one fails for some reason
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -35,7 +35,7 @@
|
|
Kirigami2
|
|
)
|
|
|
|
-include(ECMQMLModules)
|
|
+include(ECMFindQmlModule)
|
|
ecm_find_qmlmodule(QtQuick 2.12)
|
|
ecm_find_qmlmodule(QtQuick.Window 2.12)
|
|
ecm_find_qmlmodule(QtQuick.Controls 2.12)
|