Salome HOME
CurveCreator widget: mask detection mode, not implemented
[modules/geom.git] / src / GEOMGUI / CMakeLists.txt
index c5dc25f8a481b9ede31d8a151be6027d2015735e..c5e9e928f19b0d34ec243cdea90f3e10542158c0 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -62,7 +62,6 @@ SET(_link_LIBRARIES
   ${KERNEL_SalomeDS}
   ${KERNEL_SalomeDSClient}
   ${GUI_SalomeApp}
-  ${QT_QTXML_LIBRARY}
   )
 
 # --- headers ---
@@ -72,18 +71,19 @@ SET(GEOMGUI_HEADERS
   GeometryGUI_Operations.h
   GEOMGUI.h
   GEOMPluginGUI.h
-  GEOMGUI_XmlHandler.h
   GEOM_Displayer.h
   GEOMGUI_OCCSelector.h
   GEOMGUI_Selection.h
   GEOM_GEOMGUI.hxx
   GEOMGUI_CreationInfoWdg.h
+  GEOMGUI_TextTreeWdg.h
   GEOMGUI_DimensionProperty.h
   )
 
 # header files / to be processed by moc
 SET(_moc_HEADERS 
   GEOMGUI_CreationInfoWdg.h
+  GEOMGUI_TextTreeWdg.h
   GeometryGUI.h
   )
 
@@ -112,11 +112,11 @@ SET(GEOMGUI_SOURCES
   GeometryGUI.cxx
   GEOMGUI.cxx
   GEOMPluginGUI.cxx
-  GEOMGUI_XmlHandler.cxx
   GEOM_Displayer.cxx
   GEOMGUI_OCCSelector.cxx
   GEOMGUI_Selection.cxx
   GEOMGUI_CreationInfoWdg.cxx
+  GEOMGUI_TextTreeWdg.cxx
   GEOMGUI_DimensionProperty.cxx
   ${_moc_SOURCES}
   ${_rcc_SOURCES}