Fwd: Re: Problems with KItemModels 5.2 and Windows

2014-11-10 Thread Luiz Romário Santana Rios
-- Mensagem encaminhada -- De: "Luiz Romário Santana Rios" Data: 10/11/2014 13:53 Assunto: Re: Problems with KItemModels 5.2 and Windows Para: "David Faure" Cc: Didn't work for me. I had to set CMAKE_MODULE_PATH directly, even after updating to 5.4. Em

Re: Problems with KItemModels 5.2 and Windows

2014-11-10 Thread David Faure
On Sunday 09 November 2014 23:35:16 Luiz Romário Santana Rios wrote: > Problem solved. I just had to set CMAKE_MODULE_PATH as > $INSTDIR\share\ECM\find-modules. The more usual solution is to set CMAKE_PREFIX_PATH to $INSTDIR. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE

Re: Problems with KItemModels 5.2 and Windows

2014-11-09 Thread Luiz Romário Santana Rios
Problem solved. I just had to set CMAKE_MODULE_PATH as $INSTDIR\share\ECM\find-modules. Thanks for the help. 2014-10-06 18:12 GMT-03:00 David Faure : > On Wednesday 01 October 2014 22:13:18 Luiz Romário Santana Rios wrote: >> Hello. >> >> I managed to compile and install KItemModels in Windows, b

Re: Problems with KItemModels 5.2 and Windows

2014-10-06 Thread David Faure
On Wednesday 01 October 2014 22:13:18 Luiz Romário Santana Rios wrote: > Hello. > > I managed to compile and install KItemModels in Windows, but, when I > try to compile an application which requires KItemModels, CMake > complains about a missing KF5Config.cmake, which is nowhere to be > found at

Problems with KItemModels 5.2 and Windows

2014-10-01 Thread Luiz Romário Santana Rios
Hello. I managed to compile and install KItemModels in Windows, but, when I try to compile an application which requires KItemModels, CMake complains about a missing KF5Config.cmake, which is nowhere to be found at my install dir -- even though I had installed ECM already. I already managed to co