summaryrefslogtreecommitdiffstats
path: root/kteatime/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:45 -0600
commit6c1373684f10d07347aba3a5b790e8a9599a6276 (patch)
tree09d7ad85e550d6b2042a9459752e70bd3625ef16 /kteatime/CMakeLists.txt
parent7db2fb5945b2e7dc5c4c429101f49d886825a3a1 (diff)
downloadtdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.tar.gz
tdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kteatime/CMakeLists.txt')
-rw-r--r--kteatime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kteatime/CMakeLists.txt b/kteatime/CMakeLists.txt
index 6f5f353..a512391 100644
--- a/kteatime/CMakeLists.txt
+++ b/kteatime/CMakeLists.txt
@@ -27,7 +27,7 @@ link_directories(
tde_add_executable( kteatime AUTOMOC
SOURCES main.cpp toplevel.cpp tealist.cpp
timeedit.cpp
- LINK kio-shared
+ LINK tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
)