X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FCMakeLists.txt;h=de0328ee3fded9c3918df706c76ad351b095cc90;hb=ac59b049229053a2e5ebb4911d2540a3f88ea6a8;hp=99b43838dcf34e795520c32d01be25e1581a5c04;hpb=a171c651a6802380aad7d7e24ed1a95ffa814de6;p=lyx.git diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index 99b43838dc..de0328ee3f 100644 --- a/src/support/CMakeLists.txt +++ b/src/support/CMakeLists.txt @@ -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)