From: Uwe Hermann Date: Sun, 19 Feb 2017 22:01:59 +0000 (+0100) Subject: sigrok-native-macosx: Drop Qt4 references/comments. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=6afe728b63beb176c013969aa902482436efebed sigrok-native-macosx: Drop Qt4 references/comments. We only need to support Qt5; Qt4 support will be phased out eventually. --- diff --git a/cross-compile/macosx/sigrok-native-macosx b/cross-compile/macosx/sigrok-native-macosx index 52adac2..357c079 100755 --- a/cross-compile/macosx/sigrok-native-macosx +++ b/cross-compile/macosx/sigrok-native-macosx @@ -44,9 +44,8 @@ PARALLEL="-j "`sysctl -n hw.ncpu` export CC=gcc export CXX=g++ -# Path to Qt binaries (needed for cmake to find the Qt libs). -# export PATH="/usr/local/opt/qt/bin:$PATH" # Qt4 -export PATH=`brew list qt5 | grep bin | head -n 1 | xargs dirname`":$PATH" # Qt5 +# Path to Qt5 binaries (needed for cmake to find the Qt5 libs). +export PATH=`brew list qt5 | grep bin | head -n 1 | xargs dirname`":$PATH" # Path to Python 2/3 pkg-config files. # In Homebrew, pkg-config files of "keg-only" formulas (Python is one of them)