]> git.lyx.org Git - lyx.git/blobdiff - src/insets/CMakeLists.txt
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / CMakeLists.txt
index 0a8c04c9805b3a1494703961756c23d21a59e5cc..5f6282fde1cd4698f233002ba175a0647f2271e1 100644 (file)
@@ -22,7 +22,7 @@ else()
        lyx_const_touched_files(_allinone  insets_sources)
        add_library(insets ${library_type} ${_allinone_files})
 endif()
-set_target_properties(insets PROPERTIES FOLDER "applications/LyX")
+set_target_properties(insets PROPERTIES FOLDER "applications/LyX" QT_NO_UNICODE_DEFINES TRUE)
 
 qt_use_modules(insets Gui)