Skip to content

Commit

Permalink
Merge pull request #32593 from m-kuhn/qwt_find_usr_include
Browse files Browse the repository at this point in the history
Find QWT headers also in /usr/include/qt5
  • Loading branch information
m-kuhn committed Nov 3, 2019
2 parents 38b270e + 5eac135 commit 7ad6619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindQwt.cmake
Expand Up @@ -32,6 +32,7 @@ endif()
FIND_PATH(QWT_INCLUDE_DIR NAMES qwt.h PATHS
"${_qwt_fw}/Headers"
/usr/include
/usr/include/qt5
/usr/local/include
/usr/local/include/qt5
"$ENV{LIB_DIR}/include"
Expand Down

0 comments on commit 7ad6619

Please sign in to comment.