Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
54c32295
Commit
54c32295
authored
Oct 26, 2017
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Qwt finder to search the current macports location
parent
c1eca27a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cmake/FindQwt6.cmake
cmake/FindQwt6.cmake
+2
-0
No files found.
cmake/FindQwt6.cmake
View file @
54c32295
...
@@ -61,6 +61,7 @@ find_path(QWT6_INCLUDE_DIR qwt.h
...
@@ -61,6 +61,7 @@ find_path(QWT6_INCLUDE_DIR qwt.h
c:\\libs\\qwt-6.1.0
c:\\libs\\qwt-6.1.0
c:\\libs\\qwt-6.0.2
c:\\libs\\qwt-6.0.2
c:\\libs\\qwt-6.0.1
c:\\libs\\qwt-6.0.1
/opt/local/libexec/qt5/lib/qwt.framework/Versions/6/Headers/
#PATH_SUFFIXES qwt qwt6 qwt-6.1.0 qwt-6.0.2 qwt-6.0.1 include qwt/include qwt6/include #deactivated for acg dir
#PATH_SUFFIXES qwt qwt6 qwt-6.1.0 qwt-6.0.2 qwt-6.0.1 include qwt/include qwt6/include #deactivated for acg dir
ENV PATH
ENV PATH
)
)
...
@@ -125,6 +126,7 @@ if (QWT6_VERSION_FOUND)
...
@@ -125,6 +126,7 @@ if (QWT6_VERSION_FOUND)
if
(
NOT QWT6_LIBRARY
)
# if not the specific acg qwt installation was found, try system wide
if
(
NOT QWT6_LIBRARY
)
# if not the specific acg qwt installation was found, try system wide
find_library
(
QWT6_LIBRARY NAMES qwt
find_library
(
QWT6_LIBRARY NAMES qwt
PATHS
PATHS
/opt/local/libexec/qt5/lib
/usr/local/qwt/lib
/usr/local/qwt/lib
/opt/local/lib
/opt/local/lib
/usr/local/lib
/usr/local/lib
...
...
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