]> git.lyx.org Git - features.git/blobdiff - src/support/CMakeLists.txt
Fix Qt6 deprecation warning (QString::fromUcs4(uint))
[features.git] / src / support / CMakeLists.txt
index b851aef287b75c114a65c344f226fc21cc30b56b..99b43838dcf34e795520c32d01be25e1581a5c04 100644 (file)
@@ -82,7 +82,7 @@ set_target_properties(support PROPERTIES FOLDER "applications/LyX")
 
 qt_use_modules(support Core Gui)
 
-target_link_libraries(support ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY})
+target_link_libraries(support ${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY} ${ZLIB_LIBRARY})
 
 lyx_add_gcc_pch(support)