comparison src/qtbase.mk @ 4801:206f76f1b59c

qt: update to version 5.11.1 This change fixes an initialization problem for Linux builds that appeared with the update to Qt 5.11.0. At startup, the Octave GUI would hang after displaying a black main window.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Aug 2018 11:21:08 -0400
parents 4cea16af20b4
children e2349691d6ae
comparison
equal deleted inserted replaced
4800:ebb6dbbb8b3f 4801:206f76f1b59c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qtbase 4 PKG := qtbase
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.11.0 6 $(PKG)_VERSION := 5.11.1
7 $(PKG)_CHECKSUM := 277bfe3ebbead8096f6a16416db522179404d41e 7 $(PKG)_CHECKSUM :=
8 $(PKG)_SUBDIR := $(PKG)-everywhere-src-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-everywhere-src-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-everywhere-src-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-everywhere-src-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://download.qt.io/official_releases/qt/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE) 10 $(PKG)_URL := http://download.qt.io/official_releases/qt/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
11 $(PKG)_DEPS := dbus double-conversion freetds freetype fontconfig jpeg libjbig libpng libproxy pcre2 postgresql sqlite zlib 11 $(PKG)_DEPS := dbus double-conversion freetds freetype fontconfig jpeg libjbig libpng libproxy pcre2 postgresql sqlite zlib
12 12