From 29b89ba562dd035461c29befb7662bbba3951c80 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Mon, 9 Sep 2019 00:00:59 +0200 Subject: [PATCH] Removes -qt=qt5 for osx --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c1387a38..af4c0a7ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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