aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-07-04 22:11:24 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-07-04 22:11:24 +0000
commitf615a1ef1f210b0cf8a468a2cb1fd776cedfa682 (patch)
treef0cbe9b187e9871a9ac7adc0c37da9fd72f11f6f
parent349553c7ffe56cc77bce08fd255782c7db8f355b (diff)
downloadextra-cmake-modules-f615a1ef1f210b0cf8a468a2cb1fd776cedfa682.tar.gz
extra-cmake-modules-f615a1ef1f210b0cf8a468a2cb1fd776cedfa682.tar.bz2
delete previously installed FindQtDBus.cmake and QtDBUSMacros.cmake
Alex svn path=/trunk/KDE/kdelibs/; revision=558217
-rw-r--r--modules/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index 2e6bc86d..9aa94fee 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -8,6 +8,8 @@ install( FILES kde4init_dummy.cpp.in ${cmakeFiles} DESTINATION ${module_install
# the files listed here will be removed by remove_obsoleted_cmake_files.cmake, Alex
set(FILES_TO_REMOVE
+ ${module_install_dir}/FindQtDBus.cmake
+ ${module_install_dir}/QtDBusMacros.cmake
${module_install_dir}/MacroGetenvWinPath.cmake
${module_install_dir}/FindKDE4.cmake
${module_install_dir}/UsePkgconfig.cmake