use PVHOME and PVVERSION runtime env var instead.
ParaViewReaders.xml
ParaViewSources.xml
ParaViewWriters.xml
+ SalomeApp.xml
)
SET(nodist_salomeres_SCRIPTS
CONFIGURE_FILE(${input} ${output})
- SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in)
+ #SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in)
- SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml)
+ #SET(output ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml)
- MESSAGE(STATUS "Creation of ${output}")
- CONFIGURE_FILE(${input} ${output})
+ #MESSAGE(STATUS "Creation of ${output}")
+ #CONFIGURE_FILE(${input} ${output})
FOREACH(dir ${SUBDIRS})
--- /dev/null
+<document>
+ <section name="PARAVIS">
+ <!-- Major module parameters -->
+ <parameter name="name" value="ParaViS"/>
+ <parameter name="icon" value="pqAppIcon22.png"/>
+ <parameter name="singleton" value="true"/>
+ <!-- Lists all additional popup items separated by ':' -->
+ <parameter name="popupitems" value="importmed"/>
+ </section>
+ <section name="resources">
+ <!-- Module resources -->
+ <parameter name="PARAVIS" value="${PARAVIS_ROOT_DIR}/share/salome/resources/paravis"/>
+ <!-- ParaView pixmaps -->
+ <parameter name="ParaView" value="${PVHOME}/include/paraview-${PVVERSION}/Qt/Components/Resources/Icons"/>
+ </section>
+ <section name="importmed">
+ <parameter name="title" value="Load to ParaView"/>
+ <parameter name="objectid" value="VISU.RESULT"/>
+ <parameter name="method" value="onImportFromVisu"/>
+ </section>
+</document>
+++ /dev/null
-<document>
- <section name="PARAVIS">
- <!-- Major module parameters -->
- <parameter name="name" value="ParaViS"/>
- <parameter name="icon" value="pqAppIcon22.png"/>
- <parameter name="singleton" value="true"/>
- <!-- Lists all additional popup items separated by ':' -->
- <parameter name="popupitems" value="importmed"/>
- </section>
- <section name="resources">
- <!-- Module resources -->
- <parameter name="PARAVIS" value="${PARAVIS_ROOT_DIR}/share/salome/resources/paravis"/>
- <!-- ParaView pixmaps -->
- <parameter name="ParaView" value="${PARAVIEW_INCLUDE_DIRS}/Qt/Components/Resources/Icons"/>
- </section>
- <section name="importmed">
- <parameter name="title" value="Load to ParaView"/>
- <parameter name="objectid" value="VISU.RESULT"/>
- <parameter name="method" value="onImportFromVisu"/>
- </section>
-</document>