[Digikam-devel] [digikam] [Bug 315881] cmake misplaces local KDE graphics components

Sven Coenye scoenye at compaqnet.be
Tue Mar 19 22:09:16 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=315881

--- Comment #2 from Sven Coenye <scoenye at compaqnet.be> ---
3.1 indeed does not have the problem but only because
DIGIKAMSC_USE_PRIVATE_KDEGRAPHICS now defaults to ON (yet the OPTION comment on
the same line claims the default is OFF.) The problematic code is still there
and triggers when someone on KDE < 4.7 specifies
DIGIKAMSC_USE_PRIVATE_KDEGRAPHICS = OFF for whatever reason. 

I realize now my original suggestion would make it impossible to compile the
extras separately. I'm not familiar enough with CMake to know if the following
would violate use guidelines as Cmake itself has no problems with it: replace
ENABLE_PRIVATE_KDEGRAPHICS with DIGIKAMSC_USE_PRIVATE_KDEGRAPHICS throughout in
the upper level CMakeLists.txt and change the initial logic to force it ON if
KDE < 4.6.95 is detected.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list