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 53a3425 commit cdc9b56Copy full SHA for cdc9b56
src/native/CMakeLists.txt
@@ -54,7 +54,7 @@ IF(WIN32)
54
)
55
ENDIF(WIN32)
56
57
-IF(UNIX)
+IF(UNIX AND NOT APPLE)
58
SET(QGIS_APP_LINUX_SRCS
59
linux/qgslinuxnative.cpp
60
@@ -137,7 +137,7 @@ TARGET_LINK_LIBRARIES(qgis_native
137
"${NATIVE_LINK_LIBS}"
138
139
140
-IF (UNIX)
+IF (UNIX AND NOT APPLE)
141
TARGET_LINK_LIBRARIES(qgis_native Qt5DBus)
142
ENDIF (UNIX)
143
0 commit comments