diff options
Diffstat (limited to 'libkpgp/CMakeLists.txt')
-rw-r--r-- | libkpgp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpgp/CMakeLists.txt b/libkpgp/CMakeLists.txt index 8737af288..6f778efe4 100644 --- a/libkpgp/CMakeLists.txt +++ b/libkpgp/CMakeLists.txt @@ -39,7 +39,7 @@ tde_add_library( kpgp SHARED AUTOMOC kpgpblock.cpp kpgpui.cpp kpgpkey.cpp kpgp.cpp kpgpbase.cpp kpgpbaseG.cpp kpgpbase2.cpp kpgpbase5.cpp kpgpbase6.cpp VERSION 2.2.0 - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${LIB_INSTALL_DIR} ) |