[Uml-devel] branches/work/soc-umbrello

Gopala Krishna A krishna.ggk at gmail.com
Sat Apr 17 06:18:40 UTC 2010


SVN commit 1115681 by gopala:

Fixed cmake breakage by placing kde4_no_enable_final at appropriate position (after all modules are included)

 M  +2 -1      CMakeLists.txt  


--- branches/work/soc-umbrello/CMakeLists.txt #1115680:1115681
@@ -1,6 +1,5 @@
 project(umbrello)
 
-kde4_no_enable_final( umbrello )
 
 # search packages used by KDE
 set(QT_MIN_VERSION "4.6.0")
@@ -25,5 +24,7 @@
 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DQT3_SUPPORT)
 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} )
 
+kde4_no_enable_final( umbrello )
+
 add_subdirectory(umbrello)
 




More information about the umbrello-devel mailing list