diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:45 -0600 |
commit | 6c1373684f10d07347aba3a5b790e8a9599a6276 (patch) | |
tree | 09d7ad85e550d6b2042a9459752e70bd3625ef16 /kworldwatch/CMakeLists.txt | |
parent | 7db2fb5945b2e7dc5c4c429101f49d886825a3a1 (diff) | |
download | tdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.tar.gz tdetoys-6c1373684f10d07347aba3a5b790e8a9599a6276.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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} ) |