Fix build for Android

Followup 07c80b82815
This commit is contained in:
Matthias Kuhn 2018-08-21 14:21:49 +02:00
parent eb220ed8f9
commit c0032f1c62

View File

@ -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)