X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsupport%2FCMakeLists.txt;h=de0328ee3fded9c3918df706c76ad351b095cc90;hb=4ed0312c51704780af1c452d3a82a84171b3725a;hp=3e9dac512b201d0eed9b2cc6f81eebab04ebfd70;hpb=00e4902ea30f95cf3f0304fb50d4391dfb9d10c9;p=lyx.git diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index 3e9dac512b..de0328ee3f 100644 --- a/src/support/CMakeLists.txt +++ b/src/support/CMakeLists.txt @@ -12,6 +12,7 @@ list(REMOVE_ITEM support_sources ${moc_files} .) if(APPLE) list(APPEND dont_merge ${TOP_SRC_DIR}/src/support/AppleSpeller.m) list(APPEND dont_merge ${TOP_SRC_DIR}/src/support/AppleScript.m) + list(APPEND dont_merge ${TOP_SRC_DIR}/src/support/AppleSupport.m) else() list(REMOVE_ITEM support_sources "${TOP_SRC_DIR}/src/support/AppleScriptProxy.cpp") endif() @@ -77,7 +78,7 @@ else() add_library(support ${library_type} ${_allinone_files} ${support_separate} ${support_linkback_sources} ${support_headers} ${dont_merge}) endif() -set_target_properties(support PROPERTIES FOLDER "applications/LyX") +set_target_properties(support PROPERTIES FOLDER "applications/LyX" QT_NO_UNICODE_DEFINES TRUE) qt_use_modules(support Core Gui)