diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-06-01 05:32:53 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-06-01 05:32:53 (GMT) |
commit | 8519287ff16516b2925c04175488fde0b444e395 (patch) | |
tree | 43dbaeecb77f8a2e2c2ae6c522cd9ca35f24af90 /src/qt5.mk | |
parent | b93e1324314f39f9d5fc6d35b2dd9900946c77c9 (diff) | |
download | mxe-8519287ff16516b2925c04175488fde0b444e395.zip mxe-8519287ff16516b2925c04175488fde0b444e395.tar.gz mxe-8519287ff16516b2925c04175488fde0b444e395.tar.bz2 |
add qt5 convenience target package
Diffstat (limited to 'src/qt5.mk')
-rw-r--r-- | src/qt5.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/qt5.mk b/src/qt5.mk new file mode 100644 index 0000000..44bce19 --- /dev/null +++ b/src/qt5.mk @@ -0,0 +1,17 @@ +# 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 |