mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Fix build for Android
Followup 07c80b82815
This commit is contained in:
parent
eb220ed8f9
commit
c0032f1c62
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user