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 b57927f commit f36d466Copy full SHA for f36d466
i18n/CMakeLists.txt
@@ -39,7 +39,7 @@ IF (UNIX AND NOT APPLE)
39
40
INSTALL(FILES ${CMAKE_BINARY_DIR}/org.qgis.qgis.desktop DESTINATION share/applications)
41
INSTALL(FILES ${CMAKE_BINARY_DIR}/org.qgis.qgis.appdata.xml DESTINATION share/metainfo)
42
-ENDIF (UNIX AND NOT APPLE)
+ENDIF (UNIX AND NOT APPLE AND PYQT5_FOUND)
43
44
# creating a custom target is needed to make the files build
45
# "ALL" means that it will be run by default
0 commit comments