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/qtxlsxwriter.mk

17 lines
563 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := qtxlsxwriter
$(PKG)_WEBSITE := https://github.com/dbzhang800/QtXlsxWriter/
$(PKG)_DESCR := QtXlsxWriter
$(PKG)_IGNORE :=
$(PKG)_VERSION := 06911c4
$(PKG)_CHECKSUM := 3fc1a529b740c1d9ebcc4cde20bb9c22b88769e3f378bcef0679b4b44e8acc81
$(PKG)_GH_CONF := VSRonin/QtXlsxWriter/branches/master
$(PKG)_DEPS := cc qtbase
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef