diff options
Diffstat (limited to 'tdefile-plugins/vcf/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/vcf/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/vcf/CMakeLists.txt b/tdefile-plugins/vcf/CMakeLists.txt index 4cf771d26..c0a8944a0 100644 --- a/tdefile-plugins/vcf/CMakeLists.txt +++ b/tdefile-plugins/vcf/CMakeLists.txt @@ -30,6 +30,6 @@ install( FILES tdefile_vcf.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( tdefile_vcf AUTOMOC SOURCES tdefile_vcf.cpp - LINK kabc-shared + LINK tdeabc-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |