]> git.lyx.org Git - features.git/blobdiff - src/insets/CMakeLists.txt
DocBook, InsetFloat: avoid a potential nullptr dereference when detecting the type...
[features.git] / src / insets / CMakeLists.txt
index a16ce3f496910fa528dca3c90f3ce510a64da7f4..5f6282fde1cd4698f233002ba175a0647f2271e1 100644 (file)
@@ -22,6 +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" QT_NO_UNICODE_DEFINES TRUE)
+
+qt_use_modules(insets Gui)
 
 lyx_add_gcc_pch(insets)