1 # Copyright (C) 2012-2024 CEA, EDF, OPEN CASCADE
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
24 # additional include directories
27 ${PROJECT_SOURCE_DIR}/src/Qtx
28 ${PROJECT_SOURCE_DIR}/src/ObjBrowser
31 # additional preprocessor / compiler flags
32 ADD_DEFINITIONS(${QT_DEFINITIONS})
34 # libraries to link to
35 SET(_link_LIBRARIES ${PLATFORM_LIBS} ${QT_LIBRARIES} qtx ObjBrowser)
39 # header files / to be processed by moc
42 SUIT_ActionOperation.h
49 SUIT_FindActionDialog.h
53 SUIT_PagePrefShortcutTreeItem.h
67 # header files / no moc processing
70 SUIT_CameraProperties.h
71 SUIT_DataObjectIterator.h
74 SUIT_ExceptionHandler.h
78 SUIT_SelectionFilter.h
85 # header files / to install
86 SET(suit_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
90 # resource files / to be processed by lrelease
92 resources/SUIT_msg_en.ts
93 resources/SUIT_msg_fr.ts
94 resources/SUIT_msg_ja.ts
95 resources/SUIT_images.ts
98 # resource files / static
100 resources/icon_visibility_on.png
101 resources/icon_visibility_off.png
102 resources/view_sync.png
103 resources/action_assets.json
108 # sources / moc wrappings
109 QT_WRAP_MOC(_moc_SOURCES ${_moc_HEADERS})
114 SUIT_ActionOperation.cxx
117 SUIT_CameraProperties.cxx
120 SUIT_DataObjectIterator.cxx
121 SUIT_DataObjectKey.cxx
124 SUIT_ExceptionHandler.cxx
126 SUIT_FileValidator.cxx
127 SUIT_FindActionDialog.cxx
131 SUIT_OverrideCursor.cxx
132 SUIT_PagePrefShortcutTreeItem.cxx
134 SUIT_PreferenceMgr.cxx
136 SUIT_SelectionFilter.cxx
137 SUIT_SelectionMgr.cxx
141 SUIT_ShortcutTree.cxx
150 # sources / to compile
151 SET(suit_SOURCES ${_other_SOURCES} ${_moc_SOURCES})
155 ADD_LIBRARY(suit ${suit_SOURCES})
156 TARGET_LINK_LIBRARIES(suit ${_link_LIBRARIES})
157 INSTALL(TARGETS suit EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
159 INSTALL(FILES ${suit_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
160 QT_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_GUI_INSTALL_RES_DATA}")
162 INSTALL(FILES ${_other_RESOURCES} DESTINATION ${SALOME_GUI_INSTALL_RES_DATA})