Re: Missing application icons of many KDE apps on MacPorts/OSX

2014-04-01 Thread Ian Wadham
FWIW, I have managed to build a debug version of kdelibs master, on Apple OS X 10.7.5 (Lion). I guess the Nepomuk dependency versions have not changed since KDE 4.12 and the build was able to pick up already-installed Nepomuk dependencies. I need to do more building, I think, to get my games to

Re: Trying to use KJSEmbed but facing kjsembed/kjsembed.h: No such file or directory

2014-04-01 Thread Roney Gomes
On Tue, Apr 1, 2014 at 7:47 PM, Ahmed I. Khalil wrote: > Hello, > I am trying to use KJSEmbed::Engine in a library that I am writing. My > CMakeLists.txt links with the ${KDE4_KJS_LIBS} and also contains > include_directories( ${KDE4_INCLUDES} ). > > AFAIK the ${KDE4_INCLUDES} contains all include

Trying to use KJSEmbed but facing kjsembed/kjsembed.h: No such file or directory

2014-04-01 Thread Ahmed I. Khalil
Hello, I am trying to use KJSEmbed::Engine in a library that I am writing. My CMakeLists.txt links with the ${KDE4_KJS_LIBS} and also contains include_directories( ${KDE4_INCLUDES} ). AFAIK the ${KDE4_INCLUDES} contains all include directories required for KDE (as stated in FindKDE4Internal.cm