Skip to content

Commit f98cc11

Browse files
committed
Do not link to QtDBus on Androi
1 parent fc259a2 commit f98cc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/native/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ TARGET_LINK_LIBRARIES(qgis_native
144144
"${NATIVE_LINK_LIBS}"
145145
)
146146

147-
IF (UNIX AND NOT APPLE)
147+
IF (UNIX AND NOT APPLE AND NOT ANDROID)
148148
TARGET_LINK_LIBRARIES(qgis_native Qt5DBus)
149-
ENDIF (UNIX AND NOT APPLE)
149+
ENDIF (UNIX AND NOT APPLE AND NOT ANDROID)
150150

151151
IF (WIN32)
152152
FIND_PACKAGE(Qt5WinExtras)

0 commit comments

Comments
 (0)