summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/actions/download-qtc/action.yml2
-rw-r--r--.github/workflows/release.yml2
-rwxr-xr-xscripts/install-qt.sh1
3 files changed, 2 insertions, 3 deletions
diff --git a/.github/actions/download-qtc/action.yml b/.github/actions/download-qtc/action.yml
index d6ed2e6f8..292991b38 100644
--- a/.github/actions/download-qtc/action.yml
+++ b/.github/actions/download-qtc/action.yml
@@ -4,7 +4,7 @@ inputs:
version:
description: 'Qt Creator version'
required: false
- default: '4.14.2'
+ default: '5.0.3'
runs:
using: "composite"
steps:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7f5ac0a63..bb1c63ef1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
- name: Install Qt Creator
uses: ./.github/actions/download-qtc
with:
- version: 4.14.2
+ version: 5.0.3
- name: Setup Qbs
run: |
qbs setup-toolchains --detect
diff --git a/scripts/install-qt.sh b/scripts/install-qt.sh
index 26ffc5996..8af82ccbc 100755
--- a/scripts/install-qt.sh
+++ b/scripts/install-qt.sh
@@ -224,7 +224,6 @@ fi
MIRRORS="\
http://ftp.acc.umu.se/mirror/qt.io/qtproject \
- http://qt.mirrors.tds.net/qt \
http://ftp.fau.de/qtproject \
http://download.qt.io \
"