1 # Copyright (C) 2014-2016 CEA/DEN, EDF R&D, 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
20 # Install ParaView filters, etc ...
21 ADD_SUBDIRECTORY(resources)
28 ${PROJECT_SOURCE_DIR}/src/SUIT
29 ${PROJECT_SOURCE_DIR}/src/STD
30 ${PROJECT_SOURCE_DIR}/src/Qtx
31 ${PROJECT_SOURCE_DIR}/src/Event
32 ${PROJECT_SOURCE_DIR}/src/PyInterp
33 ${PROJECT_SOURCE_DIR}/src/PVServerService
34 ${CMAKE_SOURCE_DIR}/src/LogWindow
43 ${KERNEL_SALOMELocalTrace}
49 pqApplicationComponents
50 #vtkRenderingFreeTypeOpenGL
57 # header files / to be processed by moc
59 PVViewer_ViewManager.h
63 PVViewer_GUIElements.h
64 PVViewer_InitSingleton.h
67 # header files / no moc processing
70 PVViewer_LogWindowAdapter.h
73 # header files / to install
74 SET(PVViewer_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
76 # resource files / to be processed by lrelease
78 resources/PVViewer_msg_en.ts
79 resources/PVViewer_msg_ja.ts
80 resources/PVViewer_msg_fr.ts
85 # sources / moc wrappings
86 QT_WRAP_MOC(_moc_SOURCES ${_moc_HEADERS})
88 # sources / rcc wrappings
89 QT_ADD_RESOURCES(_rcc_SOURCES ${_rcc_RESOURCES})
93 PVViewer_ViewManager.cxx
94 PVViewer_ViewModel.cxx
95 PVViewer_ViewWindow.cxx
96 PVViewer_LogWindowAdapter.cxx
97 PVViewer_Behaviors.cxx
98 PVViewer_GUIElements.cxx
100 PVViewer_InitSingleton.cxx
103 # sources / to compile
111 ADD_LIBRARY(PVViewer ${PVViewer_SOURCES})
113 TARGET_LINK_LIBRARIES(PVViewer ${_link_LIBRARIES})
114 INSTALL(TARGETS PVViewer EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
116 QT_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_GUI_INSTALL_RES_DATA}")
118 # --- header and resources installation ---
119 INSTALL(FILES ${PVViewer_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})