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

Tomaz Martins dos Santos Canabrava tcanabrava at kde.org
Sat May 14 19:45:02 UTC 2011


SVN commit 1231909 by tcanabrava:

Forgot to add include directories on the cmakelist

 M  +5 -0      CMakeLists.txt  
 M  +2 -2      umbrello/codeviewerstate.h  


--- branches/work/soc-umbrello-2011/CMakeLists.txt #1231908:1231909
@@ -9,6 +9,11 @@
 include(KDE4Defaults)
 remove_definitions(-DQT_NO_STL)
 
+include_directories(
+  ${KDE4_INCLUDES}
+  ${QT_INCLUDES}
+)
+
 kde4_no_enable_final( umbrello )
 
 add_subdirectory( umbrello ) 
--- branches/work/soc-umbrello-2011/umbrello/codeviewerstate.h #1231908:1231909
@@ -12,8 +12,8 @@
 #ifndef CODEVIEWERSTATE_H
 #define CODEVIEWERSTATE_H
 
-#include <qcolor.h>
-#include <qfont.h>
+#include <QColor>
+#include <QFont>
 
 namespace Settings {
 




More information about the umbrello-devel mailing list