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

2014-04-02 Thread Ahmed I. Khalil
On Tuesday 01 April 2014 08:51:29 PM Roney Gomes wrote: > 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 conta

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