Skip to content

Commit

Permalink
No DBus on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 10, 2018
1 parent b9e63bb commit fc259a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/CMakeLists.txt
Expand Up @@ -55,14 +55,14 @@ IF(WIN32)
)
ENDIF(WIN32)

IF(UNIX AND NOT APPLE)
IF(UNIX AND NOT APPLE AND NOT ANDROID)
SET(QGIS_APP_LINUX_SRCS
linux/qgslinuxnative.cpp
)
SET(QGIS_NATIVE_SRCS ${QGIS_NATIVE_SRCS}
${QGIS_APP_LINUX_SRCS}
)
ENDIF(UNIX AND NOT APPLE)
ENDIF(UNIX AND NOT APPLE AND NOT ANDROID)

SET(QGIS_NATIVE_HDRS
qgsnative.h
Expand Down

0 comments on commit fc259a2

Please sign in to comment.