diff options
Diffstat (limited to 'ktimer/CMakeLists.txt')
-rw-r--r-- | ktimer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktimer/CMakeLists.txt b/ktimer/CMakeLists.txt index 72553c8..1220018 100644 --- a/ktimer/CMakeLists.txt +++ b/ktimer/CMakeLists.txt @@ -26,7 +26,7 @@ link_directories( tde_add_executable( ktimer AUTOMOC SOURCES main.cpp ktimer.cpp prefwidget.ui - LINK kio-shared + LINK tdeio-shared DESTINATION ${BIN_INSTALL_DIR} ) |