diff options
Diffstat (limited to 'kworldwatch/CMakeLists.txt')
-rw-r--r-- | kworldwatch/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/CMakeLists.txt b/kworldwatch/CMakeLists.txt index f8d4700..72bc706 100644 --- a/kworldwatch/CMakeLists.txt +++ b/kworldwatch/CMakeLists.txt @@ -38,7 +38,7 @@ tde_add_library( ww STATIC_PIC AUTOMOC tde_add_executable( kworldclock AUTOMOC SOURCES main.cpp - LINK kio-shared ww-static + LINK tdeio-shared ww-static DESTINATION ${BIN_INSTALL_DIR} ) @@ -47,7 +47,7 @@ tde_add_executable( kworldclock AUTOMOC tde_add_kpart( ww_panelapplet AUTOMOC SOURCES applet.cpp - LINK kio-shared ww-static + LINK tdeio-shared ww-static DESTINATION ${PLUGIN_INSTALL_DIR} ) |