Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenFlipper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
433203cc
Commit
433203cc
authored
Jan 12, 2018
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update qwt6 finder to find qwt-qt5 on non-acg debian systems
parent
5f845b6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/FindQwt6.cmake
cmake/FindQwt6.cmake
+1
-1
No files found.
cmake/FindQwt6.cmake
View file @
433203cc
...
...
@@ -124,7 +124,7 @@ if (QWT6_VERSION_FOUND)
)
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
qwt-qt5
PATHS
/opt/local/libexec/qt5/lib
/usr/local/qwt/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