We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent efd1fd6 commit 18abcb5Copy full SHA for 18abcb5
i18n/CMakeLists.txt
@@ -25,7 +25,7 @@ SET(TS_FILES qgis_ar.ts qgis_bg.ts qgis_bs.ts qgis_ca.ts qgis_cs.ts qgis_da.ts q
25
26
ADD_TRANSLATION_FILES (QM_FILES ${TS_FILES})
27
28
-IF (UNIX AND NOT APPLE)
+IF (UNIX AND NOT APPLE AND PYQT5_FOUND)
29
ADD_CUSTOM_COMMAND(
30
OUTPUT ${CMAKE_BINARY_DIR}/org.qgis.qgis.desktop ${CMAKE_BINARY_DIR}/org.qgis.qgis.appdata.xml
31
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
0 commit comments