]> 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 48a95cfa53192ca45daa12c800af8b36e82d6bd3..5f6282fde1cd4698f233002ba175a0647f2271e1 100644 (file)
@@ -22,7 +22,9 @@ 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)
 
 lyx_add_gcc_pch(insets)