Skip to content

Commit

Permalink
fix native/CMakeLists.txt for mac (#7658)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 20, 2018
1 parent 5e050a4 commit 0dbb63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


SET(NATIVE_LINK_LIBS) SET(NATIVE_LINK_LIBS)


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


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

0 comments on commit 0dbb63a

Please sign in to comment.