diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-02-15 08:34:10 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-02-15 08:34:52 (GMT) |
commit | 6cca41d7b57337527d1714e7825d7e185b09c337 (patch) | |
tree | 04e8cd3a3246121ad6a20cd819d01792993826c2 /src/qt3d.mk | |
parent | 780b7527f8c955cee083106a00f759f57075fe3c (diff) | |
download | mxe-6cca41d7b57337527d1714e7825d7e185b09c337.zip mxe-6cca41d7b57337527d1714e7825d7e185b09c337.tar.gz mxe-6cca41d7b57337527d1714e7825d7e185b09c337.tar.bz2 |
qt5: update to 5.10.1
Diffstat (limited to 'src/qt3d.mk')
-rw-r--r-- | src/qt3d.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt3d.mk b/src/qt3d.mk index 183993b..eab80a9 100644 --- a/src/qt3d.mk +++ b/src/qt3d.mk @@ -5,11 +5,11 @@ $(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) -$(PKG)_CHECKSUM := 12457e7227c793274329371c60b9028ab3e44db837e875e2c460367c1dbd34ab +$(PKG)_CHECKSUM := 041fb42536a72bbf9be17a6f52d4b73ce93fb98b456fd63503cc47d80d196b3b $(PKG)_SUBDIR = $(subst qtbase,qt3d,$(qtbase_SUBDIR)) $(PKG)_FILE = $(subst qtbase,qt3d,$(qtbase_FILE)) $(PKG)_URL = $(subst qtbase,qt3d,$(qtbase_URL)) -$(PKG)_DEPS := cc qtbase qtdeclarative +$(PKG)_DEPS := cc qtbase qtdeclarative qtgamepad define $(PKG)_UPDATE echo $(qtbase_VERSION) |