Skip to content

Commit

Permalink
Fix build for Android
Browse files Browse the repository at this point in the history
Followup 07c80b8
  • Loading branch information
m-kuhn committed Aug 21, 2018
1 parent eb220ed commit c0032f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/CMakeLists.txt
Expand Up @@ -3,9 +3,9 @@

SET(NATIVE_LINK_LIBS)

IF(UNIX AND NOT APPLE)
IF(UNIX AND NOT APPLE AND NOT ANDROID)
FIND_PACKAGE(Qt5DBus REQUIRED)
ENDIF(UNIX AND NOT APPLE)
ENDIF(UNIX AND NOT APPLE AND NOT ANDROID)

IF(APPLE)
SET(APPLE_LIB_LIST ApplicationServices CoreFoundation IOKit AppKit)
Expand Down

0 comments on commit c0032f1

Please sign in to comment.