Review Request: Add cmake config for kdeclarative library.

Lamarque Vieira Souza lamarque at kde.org
Tue Mar 6 10:58:13 GMT 2012



> On March 5, 2012, 8:51 p.m., Alexander Neundorf wrote:
> > experimental/libkdeclarative/KDeclarativeConfig.cmake.in, line 12
> > <http://git.reviewboard.kde.org/r/104140/diff/1/?file=51648#file51648line12>
> >
> >     You may want to use something like
> >     KDeclarative_SOURCE_DIR, which is defined if there is a project call like
> >     project(KDeclarative)
> >     in the KDeclarative CMakeLists.txt. You could then also check whether this variable is actually set, and error out if not.
> 
> Lamarque Vieira Souza wrote:
>     Both KDECLARATIVE_INCLUDE_DIRS and PROJECT_SOURCE_DIR contain the same value. What is the difference in using one or the other?
> 
> Alexander Neundorf wrote:
>     KDeclarative_SOURCE_DIR, not KDECLARATIVE_INCLUDE_DIRS.
>     KDeclarative_SOURCE_DIR is only set if you are inside the expected source tree (which should then contain a respective project() calls).

I meant KDeclarative_SOURCE_DIR in my in my last comment, not KDECLARATIVE_INCLUDE_DIRS. Actually the correct name is kdeclarative_SOURCE_DIR according to CMakeCache.txt. I still do not understand why using kdeclarative_SOURCE_DIR is better than the current implementation.


- Lamarque Vieira


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


On March 5, 2012, 9:55 p.m., Lamarque Vieira Souza wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/104140/
> -----------------------------------------------------------
> 
> (Updated March 5, 2012, 9:55 p.m.)
> 
> 
> Review request for kdelibs.
> 
> 
> Description
> -------
> 
> Currently kdeclarative library does not install the KDeclarativeConfig.cmake and KDeclarativeConfigVersion.cmake to ${LIB_INSTALL_DIR}/cmake/KDeclarative and so other KDE programs cannot find the library using cmake's find_package macro.
> 
> kde-workspace, kde-runtime and plasma-mobile currently hardcode the "kdeclarative" library name in their CMakeLists.txt, which is not ideal. Once this patch is submitted we need to fix their CMakeLists.txt to use "find_package(KDeclarative REQUIRED)".
> 
> 
> Diffs
> -----
> 
>   experimental/libkdeclarative/CMakeLists.txt 0db647c 
>   experimental/libkdeclarative/KDeclarativeConfig.cmake.in PRE-CREATION 
>   experimental/libkdeclarative/KDeclarativeConfigVersion.cmake.in PRE-CREATION 
> 
> Diff: http://git.reviewboard.kde.org/r/104140/diff/
> 
> 
> Testing
> -------
> 
> I can now compile kde-workspace/ksmserver without using the custom made FindKDeclarative.cmake.
> 
> 
> Thanks,
> 
> Lamarque Vieira Souza
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20120306/6101724b/attachment.htm>


More information about the kde-core-devel mailing list