Salome HOME
PyEditor: implement Find/Replace feature
[modules/gui.git] / tools / PyEditor / src / CMakeLists.txt
index 2715e6ebd125d1c960a9ee6d41eb214b5f92b7e1..53f50bbea2934b4e44f3172bc8953bc70382b151 100644 (file)
@@ -43,11 +43,13 @@ SET(_link_LIBRARIES ${PLATFORM_LIBS} ${QT_LIBRARIES})
 # header files / to be processed by moc
 SET(_moc_HEADERS
   PyEditor_Editor.h
+  PyEditor_FindTool.h
   PyEditor_LineNumberArea.h
   PyEditor_Keywords.h
   PyEditor_Completer.h
   PyEditor_PyHighlighter.h
   PyEditor_SettingsDlg.h
+  PyEditor_Widget.h
   PyEditor_Window.h
 )
 
@@ -84,6 +86,7 @@ QT_ADD_RESOURCES(_rcc_SOURCES ${_rcc_RESOURCES})
 # sources / static
 SET(_other_SOURCES
   PyEditor_Editor.cxx
+  PyEditor_FindTool.cxx
   PyEditor_LineNumberArea.cxx
   PyEditor_Keywords.cxx
   PyEditor_Completer.cxx
@@ -91,6 +94,7 @@ SET(_other_SOURCES
   PyEditor_Settings.cxx
   PyEditor_SettingsDlg.cxx
   PyEditor_StdSettings.cxx
+  PyEditor_Widget.cxx
   PyEditor_Window.cxx
 )