diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index efdce0a..02b1dc8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,7 +34,7 @@ INSTALL(FILES tdesvn.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) tde_add_executable( tdesvnaskpass AUTOMOC SOURCES askpass/tdesvn-askpass.cpp -# LINK tdecore-shared + LINK tdecore-shared tdeui-shared DESTINATION ${BIN_INSTALL_DIR} ) @@ -53,7 +53,7 @@ tde_add_executable( tdesvn AUTOMOC set( target tdesvnpart ) set( ${target}_SRCS - tdesvn_events.cpp tdesvn_events.h tdesvn_part.cpp + tdesvn_events.cpp tdesvn_events.h tdesvn_part.cpp settings/tdesvnsettings.kcfgc tdesvnview.cpp commandline_part.cpp )