Skip to content

Commit

Permalink
Qt UI: fix build in Mac OS X (step 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehnick committed Jul 11, 2013
1 parent 37158f3 commit e368a35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eiskaltdcpp-qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ include_directories (
)
list (APPEND LIBS ${QT_LIBRARIES} ${Boost_LIBRARIES} ${ICONV_LIBRARIES})

if (APPLE)
find_library (COCOA_LIBRARY Cocoa)
list (APPEND LIBS ${COCOA_LIBRARY})
endif (APPLE)

if (FREE_SPACE_BAR_C)
add_definitions (-DFREE_SPACE_BAR_C)
endif (FREE_SPACE_BAR_C)
Expand Down

0 comments on commit e368a35

Please sign in to comment.