Skip to content

Commit

Permalink
fix native/CMakeLists.txt for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 20, 2018
1 parent 444bf12 commit 9b81b3d
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)
IF(UNIX AND NOT APPLE)
FIND_PACKAGE(Qt5DBus REQUIRED)
ENDIF(UNIX)
ENDIF(UNIX AND NOT APPLE)

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

0 comments on commit 9b81b3d

Please sign in to comment.