Salome HOME
[bos #40644][CEA](2024-T1) Feature search.
[modules/gui.git] / src / SUIT / CMakeLists.txt
index ab9cb59fa2eb6f7fbb34dfca8dd8c88a563ce74d..95015a57c70e7b1657312321c908670cac4a6984 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2024  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -37,27 +37,31 @@ SET(_link_LIBRARIES ${PLATFORM_LIBS} ${QT_LIBRARIES} qtx ObjBrowser)
 # --- headers ---
 
 # header files / to be processed by moc
-SET(_moc_HEADERS   
-  SUIT_Accel.h  
-  SUIT_ActionOperation.h 
-  SUIT_Application.h 
-  SUIT_DataBrowser.h 
-  SUIT_DataObject.h 
-  SUIT_Desktop.h 
-  SUIT_FileDlg.h 
+SET(_moc_HEADERS
+  SUIT_Accel.h
+  SUIT_ActionOperation.h
+  SUIT_Application.h
+  SUIT_AutoRotate.h
+  SUIT_DataBrowser.h
+  SUIT_DataObject.h
+  SUIT_Desktop.h
+  SUIT_FileDlg.h
+  SUIT_FindActionDialog.h
   SUIT_LicenseDlg.h
   SUIT_MessageBox.h
-  SUIT_Operation.h 
-  SUIT_PopupClient.h 
-  SUIT_PreferenceMgr.h 
-  SUIT_SelectionMgr.h 
-  SUIT_Session.h 
+  SUIT_Operation.h
+  SUIT_PagePrefShortcutTreeItem.h
+  SUIT_PopupClient.h
+  SUIT_PreferenceMgr.h
+  SUIT_SelectionMgr.h
+  SUIT_Session.h
   SUIT_ShortcutMgr.h
+  SUIT_ShortcutTree.h
   SUIT_Study.h
-  SUIT_TreeModel.h 
-  SUIT_ViewManager.h 
-  SUIT_ViewModel.h 
-  SUIT_ViewWindow.h 
+  SUIT_TreeModel.h
+  SUIT_ViewManager.h
+  SUIT_ViewModel.h
+  SUIT_ViewWindow.h
 )
 
 # header files / no moc processing
@@ -96,6 +100,7 @@ SET(_other_RESOURCES
   resources/icon_visibility_on.png
   resources/icon_visibility_off.png
   resources/view_sync.png
+  resources/action_assets.json
 )
 
 # --- sources ---
@@ -108,6 +113,7 @@ SET(_other_SOURCES
   SUIT_Accel.cxx
   SUIT_ActionOperation.cxx
   SUIT_Application.cxx
+  SUIT_AutoRotate.cxx
   SUIT_CameraProperties.cxx
   SUIT_DataBrowser.cxx
   SUIT_DataObject.cxx
@@ -118,10 +124,12 @@ SET(_other_SOURCES
   SUIT_ExceptionHandler.cxx
   SUIT_FileDlg.cxx
   SUIT_FileValidator.cxx
+  SUIT_FindActionDialog.cxx
   SUIT_LicenseDlg.cxx
   SUIT_MessageBox.cxx
   SUIT_Operation.cxx
   SUIT_OverrideCursor.cxx
+  SUIT_PagePrefShortcutTreeItem.cxx
   SUIT_PopupClient.cxx
   SUIT_PreferenceMgr.cxx
   SUIT_ResourceMgr.cxx
@@ -130,6 +138,7 @@ SET(_other_SOURCES
   SUIT_Selector.cxx
   SUIT_Session.cxx
   SUIT_ShortcutMgr.cxx
+  SUIT_ShortcutTree.cxx
   SUIT_Study.cxx
   SUIT_Tools.cxx
   SUIT_TreeModel.cxx
@@ -151,4 +160,3 @@ INSTALL(FILES ${suit_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
 QT_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_GUI_INSTALL_RES_DATA}")
 
 INSTALL(FILES ${_other_RESOURCES} DESTINATION ${SALOME_GUI_INSTALL_RES_DATA})
-