mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 15:36:59 +02:00
25 lines
1 KiB
Diff
25 lines
1 KiB
Diff
From d811b8b332f0bbaf8e258c831ba9ee5be1dc31a5 Mon Sep 17 00:00:00 2001
|
|
From: Aster Boese <asterboese@mailbox.org>
|
|
Date: Sun, 15 Oct 2023 20:15:10 -0400
|
|
Subject: [PATCH] direct path to qmlplugindump
|
|
|
|
---
|
|
src/biometry/qml/Biometryd/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/biometry/qml/Biometryd/CMakeLists.txt b/src/biometry/qml/Biometryd/CMakeLists.txt
|
|
index 735b0d2..b2ddd62 100644
|
|
--- a/src/biometry/qml/Biometryd/CMakeLists.txt
|
|
+++ b/src/biometry/qml/Biometryd/CMakeLists.txt
|
|
@@ -60,7 +60,7 @@ if (NOT CMAKE_CROSSCOMPILING)
|
|
SOURCES ${CMAKE_CURRENT_BINARY_DIR}/plugins.qmltypes)
|
|
|
|
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/plugins.qmltypes
|
|
- COMMAND qmlplugindump -notrelocatable Biometryd 0.0 ../ > ${CMAKE_CURRENT_BINARY_DIR}/plugins.qmltypes
|
|
+ COMMAND /usr/lib/qt5/bin/qmlplugindump -notrelocatable Biometryd 0.0 ../ > ${CMAKE_CURRENT_BINARY_DIR}/plugins.qmltypes
|
|
DEPENDS biometryd-qml
|
|
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
|
|
)
|
|
--
|
|
2.42.0
|
|
|