On 11/28/2010 04:06 AM, Diego Moya wrote:
Hello,
I'm an old KDE user, but this is the first time I'm making a serious
effort to develop for the platform. I'm trying to compile a tutorial
Nepomuk project and have a problem with CMake finding the
dependencies. Would someone with more experience
Thanks, CMake finds the missing dependences now.
On 29 November 2010 20:52, Sebastian Trüg wrote:
> I would be very happy to know what you want to do.
>
> I want to read all properties of the files in a folder and perform some
quick learning on them. Then I'd use that information in creative ways
Hi Diego,
you indeed need to add find_package(KDE4).
Then I suggest you get over to nepo...@kde.org for further help.
I would be very happy to know what you want to do.
Cheers,
Sebastian
On 11/28/2010 11:06 AM, Diego Moya wrote:
> Hello,
>
> I'm an old KDE user, but this is the first time I'm m
.
>CMake Warning (dev) in CMakeLists.txt:
>? No cmake_minimum_required command is present. A line of code such as
>
> cmake_minimum_required(VERSION 2.8)
>
> should be added at the top of the file. The version specified may be lower
>
if you wish to support older CMake versions for this pr
Diego Moya, 28.11.2010:
> Hello,
>
> I'm an old KDE user, but this is the first time I'm making a serious effort
> to develop for the platform. I'm trying to compile a tutorial Nepomuk
> project and have a problem with CMake finding the dependencies. Would
> someone with more experience answer som
Hello,
I'm an old KDE user, but this is the first time I'm making a serious effort
to develop for the platform. I'm trying to compile a tutorial Nepomuk
project and have a problem with CMake finding the dependencies. Would
someone with more experience answer some questions to get me started?
1- W