]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/CMakeLists.txt
cmake: use external libintl on windows
[features.git] / development / cmake / src / CMakeLists.txt
index 271a738bd4a007a3cf99888473d4d7fb09286167..8299d9fd434b2883294f053a71f3b0993897ba62 100644 (file)
@@ -64,7 +64,8 @@ target_link_libraries(lyx
        frontend_qt4
        graphics
        support
-       intl
+       ${LIBINTL_LIBRARIES}
+       ${ICONV_LIBRARY}
        ${QT_QTMAIN_LIBRARY}
        ${vld_dll})