Skip to content

Commit 3a37fa1

Browse files
ENH: ParaView Customization/Branding Commit.
This commit makes it possible to make custom clients based on ParaView. There are a host of changes in this commit that restucture the Qt client level classes. For more details refer to the following links: http://www.paraview.org/ParaView3/index.php/ParaView-based_Applications http://www.paraview.org/Wiki/Writing_Custom_Applications
1 parent 8a8c066 commit 3a37fa1

File tree

621 files changed

+26267
-27965
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

621 files changed

+26267
-27965
lines changed

Applications/CMakeLists.txt

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,9 @@ INCLUDE(${QT_USE_FILE})
1616
INCLUDE_DIRECTORIES(
1717
${VTK_INCLUDE_DIR}
1818
${PARAVIEW_INCLUDE_DIRS}
19-
${ParaView_SOURCE_DIR}/VTK/GUISupport/Qt
20-
${pqComponents_SOURCE_DIR}
21-
${pqComponents_BINARY_DIR}
22-
${pqCore_SOURCE_DIR}
23-
${pqCore_BINARY_DIR}
24-
${QtWidgets_SOURCE_DIR}
25-
${QtWidgets_BINARY_DIR}
26-
${QtTesting_SOURCE_DIR}
27-
${QtTesting_BINARY_DIR}
28-
${QtPython_SOURCE_DIR}
29-
${QtPython_BINARY_DIR}
19+
${PARAVIEW_GUI_INCLUDE_DIRS}
3020
)
3121

32-
3322
MACRO(paraview_build_optional_application name comment subdirectory default)
3423
OPTION(PARAVIEW_BUILD_${name} "Build ${comment}" ${default})
3524
MARK_AS_ADVANCED(PARAVIEW_BUILD_${name})
@@ -41,7 +30,7 @@ MACRO(paraview_build_optional_application name comment subdirectory default)
4130
ENDIF(PARAVIEW_BUILD_${name})
4231
ENDMACRO(paraview_build_optional_application)
4332

44-
paraview_build_optional_application(Client "Standard ParaView Client" Client ON)
33+
paraview_build_optional_application(ParaView "Standard ParaView Client" ParaView ON)
4534
paraview_build_optional_application(OverView "OverView Informatics Client" OverView OFF)
4635

4736
IF(BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)