KDE/kdelibs/kabc/plugins/dir
Peter Kümmel
syntheticpp at yahoo.com
Sun May 14 14:27:49 CEST 2006
SVN commit 540668 by kuemmel:
change the output name of kabc_dir_plugin to kabc_directory
this naming is inconsistent in comparison to the other plugins:
kde4_add_library(kabc_dir) but the plugin name is kabc_directory
isn't "kabc_dir" better?
CCMAIL:kde-buildsystem at kde.org
M +1 -1 CMakeLists.txt
--- trunk/KDE/kdelibs/kabc/plugins/dir/CMakeLists.txt #540667:540668
@@ -28,7 +28,7 @@
kde4_install_libtool_file(${PLUGIN_INSTALL_DIR} kabc_dir_plugin )
-set_target_properties(kabc_dir_plugin PROPERTIES OUTPUT_NAME kabc_dir)
+set_target_properties(kabc_dir_plugin PROPERTIES OUTPUT_NAME kabc_directory )
install_targets(${PLUGIN_INSTALL_DIR} kabc_dir_plugin )
More information about the Kde-buildsystem
mailing list