mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix native/CMakeLists.txt for mac (#7658)
This commit is contained in:
parent
5e050a47eb
commit
0dbb63a054
@ -3,9 +3,9 @@
|
||||
|
||||
SET(NATIVE_LINK_LIBS)
|
||||
|
||||
IF(UNIX)
|
||||
IF(UNIX AND NOT APPLE)
|
||||
FIND_PACKAGE(Qt5DBus REQUIRED)
|
||||
ENDIF(UNIX)
|
||||
ENDIF(UNIX AND NOT APPLE)
|
||||
|
||||
IF(APPLE)
|
||||
SET(APPLE_LIB_LIST ApplicationServices CoreFoundation IOKit AppKit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user