static linking of qwt

This commit is contained in:
Erik Frojdh
2022-11-21 16:12:04 +01:00
parent b08bf08ea9
commit 0ae15e5aa2
5 changed files with 61 additions and 4 deletions

View File

@ -42,11 +42,13 @@
# either expressed or implied, of the FreeBSD Project.
#=============================================================================
#TODO! add notice that we modified the file
find_path ( QWT_INCLUDE_DIR
NAMES qwt_plot.h
HINTS ${QT_INCLUDE_DIR}
PATH_SUFFIXES qwt qwt-qt3 qwt-qt4 qwt-qt5
PATH_SUFFIXES qwt-qt5 qwt
)
set ( QWT_INCLUDE_DIRS ${QWT_INCLUDE_DIR} )