]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CMakeLists.txt
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / mathed / CMakeLists.txt
index c47ca6b0a6de607f5d7c61d5644aaa755e2b82a4..6b142e342354aa414a85605982e7ff5bfb2198b9 100644 (file)
@@ -19,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)