aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindKDE4.cmake')
-rw-r--r--modules/FindKDE4.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake
index caa0846d..989cfc65 100644
--- a/modules/FindKDE4.cmake
+++ b/modules/FindKDE4.cmake
@@ -291,6 +291,8 @@ if (CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_C_FLAGS_DEBUG "-O0 -g")
endif (CMAKE_COMPILER_IS_GNUCXX)
+SET(CMAKE_DEBUG_POSTFIX "_debug")
+
########### end of platform specific stuff ##########################