mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
fix building without PyQt
This commit is contained in:
parent
efd1fd6d59
commit
18abcb580a
@ -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
|
||||
|
||||
ADD_TRANSLATION_FILES (QM_FILES ${TS_FILES})
|
||||
|
||||
IF (UNIX AND NOT APPLE)
|
||||
IF (UNIX AND NOT APPLE AND PYQT5_FOUND)
|
||||
ADD_CUSTOM_COMMAND(
|
||||
OUTPUT ${CMAKE_BINARY_DIR}/org.qgis.qgis.desktop ${CMAKE_BINARY_DIR}/org.qgis.qgis.appdata.xml
|
||||
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user