]> git.lyx.org Git - lyx.git/blobdiff - src/support/CMakeLists.txt
Only create a new view for lyxfiles-open if no view is open (#12894)
[lyx.git] / src / support / CMakeLists.txt
index 99b43838dcf34e795520c32d01be25e1581a5c04..de0328ee3fded9c3918df706c76ad351b095cc90 100644 (file)
@@ -78,7 +78,7 @@ else()
        add_library(support ${library_type} ${_allinone_files} ${support_separate}
                ${support_linkback_sources} ${support_headers} ${dont_merge})
 endif()
-set_target_properties(support PROPERTIES FOLDER "applications/LyX")
+set_target_properties(support PROPERTIES FOLDER "applications/LyX" QT_NO_UNICODE_DEFINES TRUE)
 
 qt_use_modules(support Core Gui)