Removes -qt=qt5 for osx

This commit is contained in:
Xawotihs
2019-09-09 00:00:59 +02:00
committed by GitHub
parent 7d51b985a6
commit 29b89ba562

View File

@@ -28,7 +28,7 @@ before_install:
brew install qt5 &&
brew install ant &&
pwd &&
export QMAKE="/usr/local/opt/qt5/bin/qmake -qt=qt5" &&
export QMAKE="/usr/local/opt/qt5/bin/qmake" &&
ls;
fi