]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/CMakeLists.txt
cmake: remove boost_filesystem, add automoc to support, link against QtCore
[features.git] / development / cmake / src / CMakeLists.txt
index 0918f36768d218cd9f6fae1c359b2a5add484a56..5efceab267dbaecd8971e5d45fb307205891007f 100644 (file)
@@ -58,8 +58,7 @@ target_link_libraries(lyx
        graphics
        support
        intl
-       ${QT_QTMAIN_LIBRARY}
-       boost_filesystem)
+       ${QT_QTMAIN_LIBRARY})
 
 if(ASPELL_FOUND)
        target_link_libraries(lyx ${ASPELL_LIBRARY})