view src/qttools.mk @ 4407:e9b032b9340a

octave: cross-compile gnulib time functions correctly (bug #51351) * default-octave.mk: Define gl_cv_func_tzset_clobber=no to bypass faulty configure test when cross-compiling. * octave.mk: Likewise. * stable-octave.mk: Likewise.
author Mike Miller <mtmiller@octave.org>
date Sat, 08 Jul 2017 08:55:57 -0700
parents 2c34ec679fb3
children c48b41efdcf4
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := qttools
$(PKG)_IGNORE   :=
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_CHECKSUM := cd658a77a14dc503781b717259f3de0281d48d79
$(PKG)_SUBDIR    = $(subst qtbase,qttools,$(qtbase_SUBDIR))
$(PKG)_FILE      = $(subst qtbase,qttools,$(qtbase_FILE))
$(PKG)_URL       = $(subst qtbase,qttools,$(qtbase_URL))
$(PKG)_DEPS     := qtbase

define $(PKG)_UPDATE
    echo $(qtbase_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && '$(MXE_QMAKE)'
    $(MAKE) -C '$(1)' -j '$(JOBS)'
    $(MAKE) -C '$(1)' -j 1 install
endef