summaryrefslogtreecommitdiffstats
path: root/Makefile.qtcreator
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.qtcreator')
-rw-r--r--Makefile.qtcreator6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.qtcreator b/Makefile.qtcreator
index 9d5229b..d06f84c 100644
--- a/Makefile.qtcreator
+++ b/Makefile.qtcreator
@@ -5,8 +5,8 @@ TOP = $(shell readlink -f .)
VERSION = 4.11
RELEASE = 2
-QT_VERSION = 5.14
-QT_RELEASE = 2
+QT_VERSION = 5.15
+QT_RELEASE = 0
TARURL = https://download.qt.io/official_releases/qtcreator/$(VERSION)/$(VERSION).$(RELEASE)/qt-creator-opensource-src-$(VERSION).$(RELEASE).tar.gz
ZIPURL = https://download.qt.io/official_releases/qtcreator/$(VERSION)/$(VERSION).$(RELEASE)/qt-creator-opensource-src-$(VERSION).$(RELEASE).zip
7ZIP = $(TOP)/wintools/7za.exe
@@ -27,7 +27,7 @@ endif
BUILD_OS = $(shell uname -s)
-QTDIR = $(PWD)/install.$(ARCH)/qt-5.14.2-shared
+QTDIR = $(PWD)/install.$(ARCH)/qt-5.15.0-shared
BUILDDIR = $(PWD)/build-qtcreator.$(ARCH)
INSTDIR = $(PWD)/inst-qtcreator.$(ARCH)
MY_PATH = $(PATH)