From 58846b6286ac064e4a5b31129851335526a19989 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 6 Feb 2020 09:54:23 +0100 Subject: Fix Qt base profile for Mac jobs Some GCC tests were skipped on Mac because of the empty qbs.toolchain value Change-Id: I977eecad416ffd074f6e997c71da12c0a4ee8ace Reviewed-by: Richard Weickelt Reviewed-by: Christian Kandeler --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3a504e304..47a103a62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,7 +96,7 @@ jobs: - ccache -s - qbs setup-toolchains --detect - qbs setup-qt ${QMAKE_PATH} qt - - qbs config qt.baseProfile xcode-macosx-x86_64 + - qbs config profiles.qt.baseProfile xcode-macosx-x86_64 - qbs config defaultProfile qt - qbs config --list profiles - scripts/build-qbs-with-qbs.sh -- cgit v1.2.3