[Uml-devel] branches/work/soc-umbrello-2011
Tomaz Martins dos Santos Canabrava
tcanabrava at kde.org
Sat May 14 19:41:02 UTC 2011
SVN commit 1231908 by tcanabrava:
Build outside of the kdesdk source tree.
M +9 -0 CMakeLists.txt
--- branches/work/soc-umbrello-2011/CMakeLists.txt #1231907:1231908
@@ -1,5 +1,14 @@
project(umbrello)
+project(Rocs)
+cmake_minimum_required(VERSION 2.6.0)
+set(KDE_MIN_VERSION "4.3")
+
+find_package(KDE4 REQUIRED)
+
+include(KDE4Defaults)
+remove_definitions(-DQT_NO_STL)
+
kde4_no_enable_final( umbrello )
add_subdirectory( umbrello )
More information about the umbrello-devel
mailing list