[Bug 308763] kdepimlibs compilation fails
Bogdan Cristea
cristeab at gmail.com
Fri Oct 26 14:38:03 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=308763
--- Comment #6 from Bogdan Cristea <cristeab at gmail.com> ---
MAKE_LIBKOAUTH_LIB is used in
./akonadi/socialutils/libakonadisocialutils_export.h in order to create the
library akonadi-socialutils. You could move that definition in
./akonadi/socialutils/CMakeLists.txt and use:
ifdef(WIN32)
add_definitions(-DMAKE_LIBKOAUTH_LIB)
endif()
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-windows
mailing list