[Marble-commits] KDE/kdeedu/marble

Torsten Rahn tackat at kde.org
Sun Aug 9 18:17:38 CEST 2009


SVN commit 1009294 by rahn:

- enable the enabler -- even for me.



 M  +1 -4      CMakeLists.txt  


--- trunk/KDE/kdeedu/marble/CMakeLists.txt #1009293:1009294
@@ -1,9 +1,5 @@
 project(marble)
 
-if( NOT QTONLY )
-    kde4_no_enable_final(marble)
-endif( NOT QTONLY )
-
 ####################################################
 # CMake Settings 
 SET(CMAKE_COLOR_MAKEFILE ON)
@@ -39,6 +35,7 @@
     endif( BUILD_MARBLE_TESTS )
 else( QTONLY )
     # for KDE builds this gets set in the kdeedu CMakeLists.txt
+    kde4_no_enable_final(marble)
     set( BUILD_MARBLE_TESTS ON )
 endif( QTONLY )
 


More information about the Marble-commits mailing list