1 # Copyright (C) 2014-2019 CEA/DEN, EDF R&D
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
25 INCLUDE_DIRECTORIES(${QT_INCLUDES})
27 # additional preprocessor / compiler flags
28 ADD_DEFINITIONS(${QT_DEFINITIONS})
32 CollectionPlugin_Plugin.h
33 CollectionPlugin_Group.h
34 CollectionPlugin_GroupAddition.h
35 CollectionPlugin_GroupIntersection.h
36 CollectionPlugin_GroupOperation.h
37 CollectionPlugin_GroupSubstraction.h
38 CollectionPlugin_Field.h
39 CollectionPlugin_WidgetCreator.h
40 CollectionPlugin_WidgetField.h
41 CollectionPlugin_Validators.h
44 SET(PROJECT_MOC_HEADERS
45 CollectionPlugin_WidgetField.h
49 CollectionPlugin_Plugin.cpp
50 CollectionPlugin_Group.cpp
51 CollectionPlugin_GroupAddition.cpp
52 CollectionPlugin_GroupIntersection.cpp
53 CollectionPlugin_GroupOperation.cpp
54 CollectionPlugin_GroupSubstraction.cpp
55 CollectionPlugin_Field.cpp
56 CollectionPlugin_WidgetCreator.cpp
57 CollectionPlugin_WidgetField.cpp
58 CollectionPlugin_Validators.cpp
64 group_addition_widget.xml
65 group_intersection_widget.xml
66 group_substraction_widget.xml
70 CollectionPlugin_msg_en.ts
73 # sources / moc wrappings
74 QT_WRAP_MOC(PROJECT_AUTOMOC ${PROJECT_MOC_HEADERS})
76 #QT5_ADD_TRANSLATION(QM_RESOURCES ${TEXT_RESOURCES})
78 SOURCE_GROUP ("Generated Files" FILES ${PROJECT_AUTOMOC} ${PROJECT_COMPILED_RESOURCES} ${QM_RESOURCES})
79 SOURCE_GROUP ("Resource Files" FILES ${TEXT_RESOURCES})
90 ${OpenCASCADE_INCLUDE_DIR}
102 ADD_DEFINITIONS(-DCOLLECTIONPLUGIN_EXPORTS ${OpenCASCADE_DEFINITIONS})
103 ADD_LIBRARY(CollectionPlugin MODULE
109 TARGET_LINK_LIBRARIES(CollectionPlugin ${PROJECT_LIBRARIES})
111 INSTALL(TARGETS CollectionPlugin DESTINATION ${SHAPER_INSTALL_PLUGIN_FILES})
112 INSTALL(FILES ${XML_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES})
113 INSTALL(DIRECTORY icons/ DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}/icons/Collection)
114 INSTALL(FILES ${TEXT_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES})
146 TestGroupShareTopology.py
148 TestGroupAddition_Error.py
149 TestGroupIntersection.py
150 TestGroupIntersection_Error.py
151 TestGroupSubstraction.py
152 TestGroupSubstraction2.py
153 TestGroupSubstraction_Error1.py
154 TestGroupSubstraction_Error2.py
156 TestGroupWholeResult1.py
157 TestGroupWholeResult2.py