Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ParaView-Superbuild
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
52
Issues
52
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ParaView
ParaView-Superbuild
Commits
ccb0a6c8
Commit
ccb0a6c8
authored
Feb 02, 2017
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paraview: add Qt5 to the library search path
parent
8ec66ed4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
projects/unix/paraview.bundle.unix.cmake
projects/unix/paraview.bundle.unix.cmake
+5
-0
projects/win32/paraview.bundle.cmake
projects/win32/paraview.bundle.cmake
+5
-0
No files found.
projects/unix/paraview.bundle.unix.cmake
View file @
ccb0a6c8
...
...
@@ -7,6 +7,11 @@ if (QT_LIBRARY_DIR)
"
${
QT_LIBRARY_DIR
}
"
)
endif
()
if
(
Qt5_DIR
)
list
(
APPEND library_paths
"
${
Qt5_DIR
}
/../.."
)
endif
()
set
(
include_regexes
)
if
(
fortran_enabled
)
list
(
APPEND include_regexes
...
...
projects/win32/paraview.bundle.cmake
View file @
ccb0a6c8
...
...
@@ -28,6 +28,11 @@ if (QT_LIBRARY_DIR)
"
${
QT_LIBRARY_DIR
}
"
)
endif
()
if
(
Qt5_DIR
)
list
(
APPEND library_paths
"
${
Qt5_DIR
}
/../../../bin"
)
endif
()
# Install paraview executables to bin.
foreach
(
executable IN LISTS paraview_executables
)
if
(
DEFINED
"
${
executable
}
_description"
)
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
f4f1e40a
·
Feb 06, 2017
mentioned in commit
f4f1e40a
mentioned in commit f4f1e40aa4a18a881b784c91eb8a0f167ffd498d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment