]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/CMakeLists.txt
Silence warning when unappropriate
[lyx.git] / src / frontends / CMakeLists.txt
index 97e1265dc827da543e9d40e9fdc3523977408330..7b5fde36679a81c4047149f460463aaeb39d6917 100644 (file)
@@ -20,7 +20,7 @@ else()
        lyx_const_touched_files(_allinone  frontends_sources)
        add_library(frontends ${library_type} ${_allinone_files})
 endif()
-set_target_properties(frontends PROPERTIES FOLDER "applications/LyX")
+set_target_properties(frontends PROPERTIES FOLDER "applications/LyX" QT_NO_UNICODE_DEFINES TRUE)
 
 target_link_libraries(frontends ${Lyx_Boost_Libraries})