view src/qt5.mk @ 7121:8f0fda49179a

of-geometry: update to v4.1.0 * src/of-geometry.mk: update to v4.1.0 * src/of-geometry-1-cxx17.patch: deleted file * dist-files.mk: remove ref to deleted file
author John Donoghue <john.donoghue@ieee.org>
date Sun, 24 Mar 2024 17:27:41 -0400
parents 6adeb47401d6
children
line wrap: on
line source

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

PKG             := qt5
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_DEPS     := $(patsubst $(TOP_DIR)/src/%.mk,%,\
                        $(shell grep -l 'qtbase_VERSION' \
                                $(TOP_DIR)/src/qt[^6]*.mk \
                                --exclude '$(TOP_DIR)/src/qt5.mk'))
$(PKG)_FILE      =
$(PKG)_URL       =
$(PKG)_CHECKSUM := #No checksum

define $(PKG)_UPDATE
    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
    echo $($(PKG)_VERSION)
endef