KDE/kdelibs/kjs

David Faure faure at kde.org
Wed Apr 12 23:10:35 CEST 2006


On Wednesday 12 April 2006 22:48, Alexander Neundorf wrote:
> On Wednesday 12 April 2006 13:21, Paulo Moura Guedes wrote:
> > SVN commit 528999 by mojo:
> >
> > MSVC needs stdint.h from kdewin32 includes.
> >
> > CCMAIL: kde-buildsystem at kde.org
> >
> >  M  +3 -0      CMakeLists.txt
> >
> >
> > --- trunk/KDE/kdelibs/kjs/CMakeLists.txt #528998:528999
> > @@ -12,6 +12,9 @@
> >  #macro_additional_clean_files( ${CMAKE_CURRENT_BINARY_DIR}/global.h )
> >
> >  include_directories( ${CMAKE_SOURCE_DIR}/kxmlcore ${QT_INCLUDES} )
> > +if(WIN32)
> > +  include_directories( ${KDEWIN32_INCLUDES} )
> > +endif(WIN32)
> 
> Somehow I think this should be done more globally, probably in 
> FindKDE4Internal.cmake (isn't it there already ?)

kjs is always a bit special since it doesn't depend on the rest of kde (nor even on qt in theory).

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list