[Kst] branches/work/kst/portto4/kst/src

Adam Treat treat at kde.org
Fri Feb 16 21:45:02 CET 2007


SVN commit 634306 by treat:

* Get include path right


 M  +1 -1      libkst/CMakeLists.txt  
 M  +1 -1      libkstmath/CMakeLists.txt  


--- branches/work/kst/portto4/kst/src/libkst/CMakeLists.txt #634305:634306
@@ -7,7 +7,7 @@
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/kstrevision.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kstrevision.h)
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ksttimers.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/ksttimers.h)
 
-include_directories(${CMAKE_SOURCE_DIR}/kst/src/extdate ${KDE4_INCLUDE_DIR} ${QT_INCLUDES})
+include_directories(${CMAKE_SOURCE_DIR}/src/extdate ${KDE4_INCLUDE_DIR} ${QT_INCLUDES})
 
 ########### next target ###############
 
--- branches/work/kst/portto4/kst/src/libkstmath/CMakeLists.txt #634305:634306
@@ -1,5 +1,5 @@
 
-include_directories( ${CMAKE_SOURCE_DIR}/kst/src/extdate ${CMAKE_SOURCE_DIR}/kst/src/libkst ${KDE4_INCLUDE_DIR} ${QT_INCLUDES}  )
+include_directories( ${CMAKE_SOURCE_DIR}/src/extdate ${CMAKE_SOURCE_DIR}/src/libkst ${KDE4_INCLUDE_DIR} ${QT_INCLUDES}  )
 
 
 ########### next target ###############


More information about the Kst mailing list