File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -377,11 +377,11 @@ AS_IF([test $QT_MAJOR_VERSION -ge 5],
377
377
dnl Check for Qt in:
378
378
dnl * Digia default path: /Library/Frameworks
379
379
dnl * User provided path: QTDIR
380
- dnl * Homebrew defaul: /usr/local/lib or ${prefix}/Library/Frameworks
381
- dnl * MacpPorts default /opt/local/lib or ${prefix}/Library/Frameworks
380
+ dnl * Homebrew default: /usr/local/lib or ${prefix}/Library/Frameworks
381
+ dnl * MacPorts default: /opt/local/lib or ${prefix}/Library/Frameworks
382
382
with_qt=no
383
383
AC_MSG_CHECKING ( [ for Qt OS X framework] )
384
- paths="$QTDIR/lib ${prefix}/Library/Frameworks /Library/Frameworks /opt/local/lib /usr/local/lib"
384
+ paths="$QTDIR/lib $QTDIR/Library/Frameworks $ {prefix}/Library/Frameworks /Library/Frameworks /opt/local/lib /usr/local/lib"
385
385
for path in $paths; do
386
386
if test -f "$path/QtGui.framework/Headers/QApplication"; then
387
387
with_qt=yes
You can’t perform that action at this time.
0 commit comments