Skip to content

Commit fc259a2

Browse files
committed
No DBus on Android
1 parent b9e63bb commit fc259a2

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
@@ -55,14 +55,14 @@ IF(WIN32)
5555
)
5656
ENDIF(WIN32)
5757

58-
IF(UNIX AND NOT APPLE)
58+
IF(UNIX AND NOT APPLE AND NOT ANDROID)
5959
SET(QGIS_APP_LINUX_SRCS
6060
linux/qgslinuxnative.cpp
6161
)
6262
SET(QGIS_NATIVE_SRCS ${QGIS_NATIVE_SRCS}
6363
${QGIS_APP_LINUX_SRCS}
6464
)
65-
ENDIF(UNIX AND NOT APPLE)
65+
ENDIF(UNIX AND NOT APPLE AND NOT ANDROID)
6666

6767
SET(QGIS_NATIVE_HDRS
6868
qgsnative.h

0 commit comments

Comments
 (0)