view src/qt6-qtimageformats.mk @ 6987:6bef17ab3e08

qt6: update to v6.6.1 * src/qt6-qt5compat.mk, src/qt6-qtbase.mk, src/qt6-qtimageformats.mk, src/qt6-qtsvg.mk, src/qt6-qttools.mk, src/qt6-qttranslations.mk : update to v6.6.1
author John Donoghue <john.donoghue@ieee.org>
date Tue, 28 Nov 2023 10:33:52 -0500
parents 9414e8cf3e4f
children d4c97e227a40
line wrap: on
line source

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

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

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

define $(PKG)_BUILD
  '$(HOST_PREFIX)/qt6/bin/qt-cmake-private' \
    -S '$(1)' -B '$(1).build' \
    -DCMAKE_INSTALL_PREFIX='$(HOST_PREFIX)/qt6'
  cmake --build '$(1).build' -j '$(JOBS)'
  cmake --install '$(1).build'
endef