Re: KF5Config - module config won't get right include path

2014-01-11 Thread Valentin Rusu
On 01/11/2014 01:26 PM, Alex Merry wrote: > On 11/01/14 09:32, Valentin Rusu wrote: >> /home/kde5/src/frameworks/kwallet-framework/src/runtime/kwalletd/main.cpp:24:19: >> fatal error: KConfig: No such file or directory >> #include > > My local copy looks fine, and all the other frameworks that d

Re: KF5Config - module config won't get right include path

2014-01-11 Thread Alex Merry
On 11/01/14 09:32, Valentin Rusu wrote: > cd /home/kde5/build/frameworks/kwallet-framework/src/runtime/kwalletd && > /usr/bin/c++ -DKCOREADDONS_LIB -DKDE_DEFAULT_DEBUG_AREA=285 > -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII > -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII > -DQT_NO_SIGNA

KF5Config - module config won't get right include path

2014-01-11 Thread Valentin Rusu
Hello List, While porting kwalletd to KF5, and still working on getting used to the new build system, I encounter a problem with KF5Config include paths. I have the following line in my CMakeLists.txt : find_package(KF5Config CONFIG REQUIRED) However, when compiling, it won't add the -I directiv