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 some questions to get me started?
>
> 1- What are the best mailing list and IRC node+channel, to get help
> specific to Nepomuk-KDE?
> 2- Can someone with more knowledge about CMake help me resolve the problem?
> I'm using Ubuntu 10.04 LTS and I've installed KDE and Nepomuk from the
> Ubuntu repositories.
>
> This is my current CMakeLists.txt:
>
> project(example-nepomuk)
> find_package(Nepomuk REQUIRED)
> IF(Nepomuk_FOUND)
> include_directories(${NEPOMUK_INCLUDES})
> target_link_libraries( [...] ${NEPOMUK_LIBRARIES})
> add_executable(example-nepomuk main.cpp)
> ENDIF(Nepomuk_FOUND)you will probably also need find_package(KDE4 REQUIRED). Bye -- Milian Wolff [email protected] http://milianw.de
signature.asc
Description: This is a digitally signed message part.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
