https://bugs.kde.org/show_bug.cgi?id=263161
--- Comment #2 from Andre Heinecke <aheinecke intevation de> 2011-01-18 16:44:01 --- commit f9d31f465c736bdf2562a5acb138f480df1c18e3 branch master Author: Andre Heinecke <[email protected]> Date: Tue Jan 18 15:39:51 2011 +0000 Define KLEO_STATIC_KCMODULES if the option is set CCBUG: 263161 diff --git a/kleopatra/CMakeLists.txt b/kleopatra/CMakeLists.txt index 839a48a..b7a4667 100644 --- a/kleopatra/CMakeLists.txt +++ b/kleopatra/CMakeLists.txt @@ -305,6 +305,7 @@ if(WINCE) endif(WINCE) if ( KLEO_STATIC_KCMODULES ) + add_definitions( -DKLEO_STATIC_KCMODULES ) set(_kleopatra_extra_libs kcm_kleopatra) else ( KLEO_STATIC_KCMODULES ) set(_kleopatra_extra_libs) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
