KDE/kdelibs/kjs

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Thu Apr 13 06:31:16 CEST 2006


Alexander Neundorf schrieb:
> 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 ?)
kdewin32 is currently only used when the project depends on kdecore...

Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060413/225e483a/attachment.pgp 


More information about the Kde-buildsystem mailing list