# 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 := cd33e43 $(PKG)_CHECKSUM := d1e1c31b5ce0f76d49eb87a8228edb356302f4ffd6a2df847084e8d118bb4435 $(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