mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/qwt: Check for Qt5Core.pc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7223fd2053
commit
b6579b3235
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ else
|
|||
fi
|
||||
|
||||
# If Qt5 is installed, assume we want to use it
|
||||
QWT_QT5="no" ; pkg-config --exists Qt5 ; if [ "$?" = "0" ]; then QWT_QT5="yes" ; fi
|
||||
QWT_QT5="no" ; pkg-config --exists Qt5Core ; if [ "$?" = "0" ]; then QWT_QT5="yes" ; fi
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in a new issue