You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/qt5.mk

18 lines
561 B

# This file is part of MXE.
# See index.html for further information.
PKG := qt5
$(PKG)_IGNORE = $(qtbase_IGNORE)
$(PKG)_CHECKSUM = $(qtbase_CHECKSUM)
$(PKG)_SUBDIR = $(qtbase_SUBDIR)
$(PKG)_FILE = $(qtbase_FILE)
$(PKG)_URL = $(qtbase_URL)
$(PKG)_DEPS := $(patsubst $(TOP_DIR)/src/%.mk,%,\
$(shell grep -l 'DEPS.*qtbase' \
$(TOP_DIR)/src/qt*.mk \
--exclude '$(TOP_DIR)/src/qt5.mk'))
define $(PKG)_UPDATE
echo $(qtbase_VERSION)
endef