]> git.lyx.org Git - features.git/blobdiff - src/mathed/CMakeLists.txt
Fix broken Apple speller interface
[features.git] / src / mathed / CMakeLists.txt
index 8d354f6a133e35ae3caf545868325f0b31186ad5..6b142e342354aa414a85605982e7ff5bfb2198b9 100644 (file)
@@ -9,9 +9,6 @@ project(mathed)
 file(GLOB mathed_sources ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES})
 file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/${LYX_HPP_FILES})
 
-list(REMOVE_ITEM mathed_sources
-       ${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.cpp)
-
 lyx_add_msvc_pch(mathed)
 
 include_directories(${TOP_SRC_DIR}/src/mathed ${QT_INCLUDES})
@@ -22,7 +19,7 @@ else()
        lyx_const_touched_files(_allinone  mathed_sources)
        add_library(mathed ${library_type} ${_allinone_files})
 endif()
-set_target_properties(mathed PROPERTIES FOLDER "applications/LyX")
+set_target_properties(mathed PROPERTIES FOLDER "applications/LyX" QT_NO_UNICODE_DEFINES TRUE)
 qt_use_modules(mathed Core)
 
 lyx_add_gcc_pch(mathed)