Skip to content

Commit

Permalink
Qt UI: cmake up: fix build in Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
tehnick committed Jul 12, 2013
1 parent aefec25 commit 00d41a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eiskaltdcpp-qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ elseif (HAIKU)
list(REMOVE_ITEM MOC_HDRS
${PROJECT_SOURCE_DIR}/src/EiskaltApp_mac.h)
elseif (APPLE)
list(APPEND MOC_HDRS
src/qtsingleapp/qtsinglecoreapplication.h)
list(REMOVE_ITEM MOC_HDRS
${PROJECT_SOURCE_DIR}/src/EiskaltApp.h)
list(REMOVE_ITEM MOC_HDRS
${PROJECT_SOURCE_DIR}/src/EiskaltApp_mac.h)
${PROJECT_SOURCE_DIR}/src/EiskaltApp_haiku.h)
endif ()

file (GLOB UI_FORMS ${PROJECT_SOURCE_DIR}/ui/*.ui)
Expand Down

0 comments on commit 00d41a2

Please sign in to comment.