summaryrefslogtreecommitdiffstats
path: root/kdialogd3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-24 17:37:15 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-08-25 14:28:31 +0200
commitc51e04eef97ffceae4eccb8edf2cc1f4a279c2a0 (patch)
tree1082b650e91adfad0fd38b33414942fbed07d58e /kdialogd3
parent499707a89b799111347a73edb9de10f310c94bc6 (diff)
downloadkgtk-qt3-c51e04eef97ffceae4eccb8edf2cc1f4a279c2a0.tar.gz
kgtk-qt3-c51e04eef97ffceae4eccb8edf2cc1f4a279c2a0.zip
Fix another FTBFS
(cherry picked from commit 64385ab9a4a3c84fd8b66a14889d1cb01d2c47a0)
Diffstat (limited to 'kdialogd3')
-rw-r--r--kdialogd3/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdialogd3/CMakeLists.txt b/kdialogd3/CMakeLists.txt
index 808f243..8722795 100644
--- a/kdialogd3/CMakeLists.txt
+++ b/kdialogd3/CMakeLists.txt
@@ -35,6 +35,6 @@ set( ${target}_SRCS
tde_add_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK kdecore-shared kdeui-shared
+ LINK kdecore-shared kdeui-shared kio-shared
DESTINATION ${BIN_INSTALL_DIR}
) \ No newline at end of file