annotate src/qt5.mk @ 7243:ae230ac322f7 default tip @

* src/sqlite.mk: update to v3460000
author John Donoghue <john.donoghue@ieee.org>
date Wed, 05 Jun 2024 10:26:58 -0400
parents 6adeb47401d6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4222
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
1 # This file is part of MXE.
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
2 # See index.html for further information.
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
3
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
4 PKG := qt5
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
5 $(PKG)_VERSION = $(qtbase_VERSION)
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
6 $(PKG)_DEPS := $(patsubst $(TOP_DIR)/src/%.mk,%,\
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
7 $(shell grep -l 'qtbase_VERSION' \
6837
6adeb47401d6 Add qt6 usage to mxe-octave
John Donoghue <john.donoghue@ieee.org>
parents: 4761
diff changeset
8 $(TOP_DIR)/src/qt[^6]*.mk \
4222
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
9 --exclude '$(TOP_DIR)/src/qt5.mk'))
4761
c0d8712535da qt5.mk: eliminate incorrect variable definitions (bug #54245)
John W. Eaton <jwe@octave.org>
parents: 4618
diff changeset
10 $(PKG)_FILE =
c0d8712535da qt5.mk: eliminate incorrect variable definitions (bug #54245)
John W. Eaton <jwe@octave.org>
parents: 4618
diff changeset
11 $(PKG)_URL =
4222
44b1a9b2193e qt5: add initial qt5 to mxe-octave, based on mxe.cc
John D
parents:
diff changeset
12 $(PKG)_CHECKSUM := #No checksum
4618
de2eedecd6ba update broken PKG_UPDATE rules, handle missing update rules
John Donoghue
parents: 4222
diff changeset
13
de2eedecd6ba update broken PKG_UPDATE rules, handle missing update rules
John Donoghue
parents: 4222
diff changeset
14 define $(PKG)_UPDATE
de2eedecd6ba update broken PKG_UPDATE rules, handle missing update rules
John Donoghue
parents: 4222
diff changeset
15 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
de2eedecd6ba update broken PKG_UPDATE rules, handle missing update rules
John Donoghue
parents: 4222
diff changeset
16 echo $($(PKG)_VERSION)
de2eedecd6ba update broken PKG_UPDATE rules, handle missing update rules
John Donoghue
parents: 4222
diff changeset
17 endef
de2eedecd6ba update broken PKG_UPDATE rules, handle missing update rules
John Donoghue
parents: 4222
diff changeset
18