We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cff10 commit dfccc9bCopy full SHA for dfccc9b
srcpkgs/actiona/patches/cross.patch
@@ -18,3 +18,14 @@
18
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
19
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
20
)
21
+--- a/CMakeLists.txt
22
++++ b/CMakeLists.txt
23
+@@ -56,7 +56,7 @@ function(setup_target TARGET)
24
+ endfunction()
25
+
26
+ function(compile_translations TARGET)
27
+- find_package(Qt6 ${ACT_MINIMUM_QT_VERSION} COMPONENTS LinguistTools REQUIRED)
28
++ find_package(Qt6 ${ACT_MINIMUM_QT_VERSION} COMPONENTS Linguist REQUIRED)
29
30
+ set(TS_FILES
31
+ ${CMAKE_CURRENT_SOURCE_DIR}/translations/${TARGET}_fr_FR.ts
0 commit comments