[Marble-commits] KDE/kdeedu

Eckhart Wörner ewoerner at kde.org
Sun Aug 9 17:42:01 CEST 2009


SVN commit 1009283 by ewoerner:

Deactivate final build for all apps that don't support it


 M  +2 -0      kalzium/CMakeLists.txt  
 M  +2 -0      kbruch/CMakeLists.txt  
 M  +2 -0      kig/CMakeLists.txt  
 M  +4 -0      marble/CMakeLists.txt  
 M  +2 -0      parley/CMakeLists.txt  


--- trunk/KDE/kdeedu/kalzium/CMakeLists.txt #1009282:1009283
@@ -1,5 +1,7 @@
 project(kalzium)
 
+kde4_no_enable_final(kalzium)
+
 include(KalziumConfigureChecks.cmake)
 
 if(OPENBABEL2_FOUND AND OPENGL_FOUND AND EIGEN2_FOUND)
--- trunk/KDE/kdeedu/kbruch/CMakeLists.txt #1009282:1009283
@@ -1,3 +1,5 @@
 project(kbruch)
 
+kde4_no_enable_final(kbruch)
+
 add_subdirectory( src )
--- trunk/KDE/kdeedu/kig/CMakeLists.txt #1009282:1009283
@@ -1,5 +1,7 @@
 project(kig)
 
+kde4_no_enable_final(kig)
+
 include(KigConfigureChecks.cmake)
 
 add_subdirectory( icons )
--- trunk/KDE/kdeedu/marble/CMakeLists.txt #1009282:1009283
@@ -1,5 +1,9 @@
 project(marble)
 
+if( NOT QTONLY )
+    kde4_no_enable_final(marble)
+endif( NOT QTONLY )
+
 ####################################################
 # CMake Settings 
 SET(CMAKE_COLOR_MAKEFILE ON)
--- trunk/KDE/kdeedu/parley/CMakeLists.txt #1009282:1009283
@@ -1,5 +1,7 @@
 project(parley)
 
+kde4_no_enable_final(parley)
+
 macro_optional_find_package(LibXslt)
 macro_optional_find_package(LibXml2)
 


More information about the Marble-commits mailing list