diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 17:37:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 17:37:15 -0600 |
commit | 64385ab9a4a3c84fd8b66a14889d1cb01d2c47a0 (patch) | |
tree | 873f226bb2eb2ac69e645c2041a4fe10a7575901 /kdialogd3 | |
parent | 1185d454832c29b033779a7a63ee7ad98d8ee61d (diff) | |
download | kgtk-qt3-64385ab9a4a3c84fd8b66a14889d1cb01d2c47a0.tar.gz kgtk-qt3-64385ab9a4a3c84fd8b66a14889d1cb01d2c47a0.zip |
Fix another FTBFS
Diffstat (limited to 'kdialogd3')
-rw-r--r-- | kdialogd3/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdialogd3/CMakeLists.txt b/kdialogd3/CMakeLists.txt index 3561645..d9900ed 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 tdecore-shared tdeui-shared + LINK tdecore-shared tdeui-shared kio-shared DESTINATION ${BIN_INSTALL_DIR} )
\ No newline at end of file |