diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-07-04 22:11:24 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-07-04 22:11:24 +0000 |
commit | f615a1ef1f210b0cf8a468a2cb1fd776cedfa682 (patch) | |
tree | f0cbe9b187e9871a9ac7adc0c37da9fd72f11f6f | |
parent | 349553c7ffe56cc77bce08fd255782c7db8f355b (diff) | |
download | extra-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.txt | 2 |
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 |