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

Adam Treat treat at kde.org
Fri Feb 16 21:34:48 CET 2007


SVN commit 634302 by treat:

* Prepare to port libkstmath next


 M  +2 -0      PORTINGTODO  
 M  +1 -1      src/CMakeLists.txt  
 M  +1 -2      src/libkstmath/CMakeLists.txt  


--- branches/work/kst/portto4/kst/PORTINGTODO #634301:634302
@@ -21,3 +21,5 @@
      from qt.  This is no longer installed in Qt4.  This can be taken care of by getting rid of
      KstWaitCondition as described above.
   E. Rename kstdebug classes as they really are loggers and should be named as such.
+
+  **** libkstmath ****:
--- branches/work/kst/portto4/kst/src/CMakeLists.txt #634301:634302
@@ -1,7 +1,7 @@
 
 #add_subdirectory( extdate )
 add_subdirectory( libkst )
-#add_subdirectory( libkstmath )
+add_subdirectory( libkstmath )
 #add_subdirectory( datasources )
 #add_subdirectory( widgets )
 #add_subdirectory( libkstapp )
--- branches/work/kst/portto4/kst/src/libkstmath/CMakeLists.txt #634301:634302
@@ -1,5 +1,4 @@
 
-FIND_PACKAGE(KDE4 REQUIRED)
 include_directories( ${CMAKE_SOURCE_DIR}/kst/src/extdate ${CMAKE_SOURCE_DIR}/kst/src/libkst ${KDE4_INCLUDE_DIR} ${QT_INCLUDES}  )
 
 
@@ -45,7 +44,7 @@
 
 target_link_libraries(kstmath  ${KDE4_KDECORE_LIBS} kst )
 
-set_target_properties(kstmath PROPERTIES VERSION 1.0.0 SOVERSION 1 )
+set_target_properties(kstmath PROPERTIES VERSION ${KST_LIBKST_VERSION} SOVERSION 1 )
 install(TARGETS kstmath DESTINATION ${LIB_INSTALL_DIR} )
 
 


More information about the Kst mailing list