X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FCMakeLists.txt;h=7b5fde36679a81c4047149f460463aaeb39d6917;hb=ced6c591fbe277ff01ee82367bbdf82d5afda5a4;hp=3ef216851108fafe39f76eb365bc561bc1b27570;hpb=b3d43404f4649e1a5539f1a819a07f8ae16fad7f;p=lyx.git diff --git a/src/frontends/CMakeLists.txt b/src/frontends/CMakeLists.txt index 3ef2168511..7b5fde3667 100644 --- a/src/frontends/CMakeLists.txt +++ b/src/frontends/CMakeLists.txt @@ -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)