view src/qt6-qtimageformats.mk @ 7004:5f921331a457

* src/icu4c.mk: update to v74.2
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 Dec 2023 08:08:39 -0500
parents 6bef17ab3e08
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