diff options
author | Mark Brand <mabrand@mabrand.nl> | 2016-03-16 09:39:25 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2016-03-16 21:20:43 (GMT) |
commit | f6b440461885129a4fd6162db02f88a41ffdb11a (patch) | |
tree | a9095533d203e0f1e79119106032ec127243a012 /src/qtmultimedia.mk | |
parent | ea2d4d2080e356cd0f3c234df0401a39205effa9 (diff) | |
download | mxe-f6b440461885129a4fd6162db02f88a41ffdb11a.zip mxe-f6b440461885129a4fd6162db02f88a41ffdb11a.tar.gz mxe-f6b440461885129a4fd6162db02f88a41ffdb11a.tar.bz2 |
upgrade to Qt 5.6.0
removed modules:
qtquick1
qtwebkit
new modules:
qtquickcontrols2
qtwebview
Diffstat (limited to 'src/qtmultimedia.mk')
-rw-r--r-- | src/qtmultimedia.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtmultimedia.mk b/src/qtmultimedia.mk index 9a95539..df798fc 100644 --- a/src/qtmultimedia.mk +++ b/src/qtmultimedia.mk @@ -4,7 +4,7 @@ PKG := qtmultimedia $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) -$(PKG)_CHECKSUM := 7cc7ca99f41587c188303670499e5c75101f9a8cb6178e8f29cc941e637d957f +$(PKG)_CHECKSUM := 103f99d6cd266f5c4485546a75ef0c6ee7e88dc901a0be21447cf89159370686 $(PKG)_SUBDIR = $(subst qtbase,qtmultimedia,$(qtbase_SUBDIR)) $(PKG)_FILE = $(subst qtbase,qtmultimedia,$(qtbase_FILE)) $(PKG)_URL = $(subst qtbase,qtmultimedia,$(qtbase_URL)) |