diff options
-rw-r--r-- | modules/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index b67e7337..7d61821e 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -33,13 +33,11 @@ install( FILES cmake-modules-styleguide.txt FindPyQt.py FindSIP.py PythonCompile.py - Win32.Manifest.in ${cmakeFiles} DESTINATION ${module_install_dir} ) if (KDE4_ENABLE_UAC_MANIFEST) - install( FILES cmake-modules-styleguide.txt - Win32.Manifest.in + install( FILES Win32.Manifest.in DESTINATION ${module_install_dir} ) endif (KDE4_ENABLE_UAC_MANIFEST) |