KDE/kdelibs/kjs
Alexander Neundorf
neundorf at kde.org
Wed Apr 12 22:48:32 CEST 2006
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 ?)
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list