KDE/kdelibs/kjs

Paulo Moura Guedes moura at kdewebdev.org
Wed Apr 12 13:21:15 CEST 2006


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)
 
 # the check for pcre is in kdelibs/CMakeLists.txt
 if(PCRE_FOUND)


More information about the Kde-buildsystem mailing list