view src/qtimageformats.mk @ 4855:ab2f299ccd4c

Qt5: update to v5.11.2 * src/qtbase.mk: update version, checksum * src/qtimageformats.mk, src/qtisvg.mk, src/qttools.mk: update checksum
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 14 Oct 2018 13:37:45 +0200
parents 206f76f1b59c
children 22937c7fe60d
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := qtimageformats
$(PKG)_IGNORE   :=
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_CHECKSUM := 68102f714565056bb5b19918d13789386764b38a
$(PKG)_SUBDIR    = $(subst qtbase,qtimageformats,$(qtbase_SUBDIR))
$(PKG)_FILE      = $(subst qtbase,qtimageformats,$(qtbase_FILE))
$(PKG)_URL       = $(subst qtbase,qtimageformats,$(qtbase_URL))
$(PKG)_DEPS     := jasper libmng qtbase tiff

define $(PKG)_UPDATE
    echo $(qtbase_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && '$(MXE_QMAKE)'
    $(MAKE) -C '$(1)' -j '$(JOBS)'
    $(MAKE) -C '$(1)' -j 1 install
endef