]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/CMakeLists.txt
Silence warning when unappropriate
[lyx.git] / src / frontends / CMakeLists.txt
index 3ef216851108fafe39f76eb365bc561bc1b27570..7b5fde36679a81c4047149f460463aaeb39d6917 100644 (file)
@@ -20,9 +20,9 @@ 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)
+target_link_libraries(frontends ${Lyx_Boost_Libraries})
 
 project_source_group("${GROUP_CODE}" frontends_sources frontends_headers)