Skip to content

Commit

Permalink
Do not link to QtDBus on Androi
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 10, 2018
1 parent fc259a2 commit f98cc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/CMakeLists.txt
Expand Up @@ -144,9 +144,9 @@ TARGET_LINK_LIBRARIES(qgis_native
"${NATIVE_LINK_LIBS}"
)

IF (UNIX AND NOT APPLE)
IF (UNIX AND NOT APPLE AND NOT ANDROID)
TARGET_LINK_LIBRARIES(qgis_native Qt5DBus)
ENDIF (UNIX AND NOT APPLE)
ENDIF (UNIX AND NOT APPLE AND NOT ANDROID)

IF (WIN32)
FIND_PACKAGE(Qt5WinExtras)
Expand Down

0 comments on commit f98cc11

Please sign in to comment.