[Kde-pim] Review Request: Only use the cmake config file from QJson >= 0.7.2

Christophe Giboudeaux cgiboudeaux at gmx.com
Sat Nov 3 21:29:47 GMT 2012


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107189/#review21391
-----------------------------------------------------------


Sorry but this patch cannot be accepted. qjson 0.7.1 is the latest release[1] and we don't want to depend on git snapshots

Moreover, qjson git sets the same variables as the FindQJSON.cmake file,
from QJSONConfig.cmake.in:

GET_FILENAME_COMPONENT(myDir ${CMAKE_CURRENT_LIST_FILE} PATH)

SET(QJSON_LIBRARIES qjson)
SET(QJSON_INCLUDE_DIR "@INCLUDE_INSTALL_DIR@")

include(${myDir}/QJSONTargets.cmake)


---

The only known distribution having troubles with qjson is Debian due to one of their patch.

[1] http://sourceforge.net/projects/qjson/files/qjson/



- Christophe Giboudeaux


On Nov. 3, 2012, 3:32 p.m., Philip Muskovac wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/107189/
> -----------------------------------------------------------
> 
> (Updated Nov. 3, 2012, 3:32 p.m.)
> 
> 
> Review request for KDEPIM-Libraries.
> 
> 
> Description
> -------
> 
> Currently kdepimlibs tries to use a qjson cmake config file if one exists and expects it to set the same variables it does when pkg-config is used.
> The problem is that qjson 0.7.1 ships a config file too, but with with different variables (qjson_LIBRARIES, qjson_INCLUDE_DIR) so it shouldn't be used.
> 
> This change makes sure that for qjson << 0.7.2 the old pkg-config check is used which works fine.
> 
> 
> Diffs
> -----
> 
>   cmake/modules/FindQJSON.cmake 9701c81 
> 
> Diff: http://git.reviewboard.kde.org/r/107189/diff/
> 
> 
> Testing
> -------
> 
> Successful compile run of kdeplasma-addons. The youtube runner fails to build currently in Project Neon on Kubuntu.
> 
> 
> Thanks,
> 
> Philip Muskovac
> 
>

_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list