Re: Help needed to start a Nepomuk project

2010-11-29 Thread Sebastian TrĂ¼g
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

RE: Help needed to start a Nepomuk project

2010-11-29 Thread Steven Sroka
. >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

Re: Help needed to start a Nepomuk project

2010-11-29 Thread Milian Wolff
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

Help needed to start a Nepomuk project

2010-11-29 Thread Diego Moya
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