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

Peter Kümmel syntheticpp at gmx.net
Mon Jan 17 13:40:20 CET 2011


SVN commit 1215058 by kuemmel:

cmake: some cleanup

 M  +5 -6      INSTALL  
 M  +1 -1      cmake/CMakeLists.txt  


--- branches/work/kst/portto4/kst/INSTALL #1215057:1215058
@@ -143,11 +143,10 @@
 	Kst builds, starts, and loads all plugins. Tested on Linux,
 	Windows, and MacOSX.
 	
-	The cmake build system is not finished yet and we need 
-	qmake until all issues are solved.
+	Nice to have:
+	- add package rules: it is possiible to generate 
+	  .deb, .rpm, .zip, nsis-Installer, mac-bundles
+	- installation rules on Mac
+	- add pre-compiled headers for Mac, Xcode
 	
-	TODOs:
-	- install on Mac
-	- add package rules
-	- add pre-compiled headers for msvc
 
--- branches/work/kst/portto4/kst/cmake/CMakeLists.txt #1215057:1215058
@@ -28,7 +28,7 @@
 kst_option(3rdparty "Build plugins depending on 3rd party libraries" ON all)
 kst_option(dataobjects "Build dataobject plugins" ON all)
 kst_option(test "Build unit tests" OFF all)
-kst_option(pch "Use precompiled headers" OFF gcc)
+kst_option(pch "Use precompiled headers" OFF all)
 
 
 


More information about the Kst mailing list