mxe/src/qt3d.mk

22 lines
677 B
Makefile
Raw Normal View History

2014-09-28 07:23:50 +01:00
# This file is part of MXE.
# See index.html for further information.
2016-06-16 17:30:48 +01:00
2014-09-28 07:23:50 +01:00
PKG := qt3d
$(PKG)_IGNORE :=
2016-06-16 17:30:48 +01:00
$(PKG)_VERSION = $(qtbase_VERSION)
$(PKG)_CHECKSUM := a8248a1779b561ea450e92345e8187bacac359df0e92ad61a1ad7652bb233e29
$(PKG)_SUBDIR = $(subst qtbase,qt3d,$(qtbase_SUBDIR))
$(PKG)_FILE = $(subst qtbase,qt3d,$(qtbase_FILE))
$(PKG)_URL = $(subst qtbase,qt3d,$(qtbase_URL))
2014-10-11 13:10:17 +01:00
$(PKG)_DEPS := gcc qtbase qtdeclarative
2014-09-28 07:23:50 +01:00
2016-06-16 17:30:48 +01:00
define $(PKG)_UPDATE
echo $(qtbase_VERSION)
endef
2014-09-28 07:23:50 +01:00
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)' || $(MAKE) -C '$(1)' -j 1
2014-09-28 07:23:50 +01:00
$(MAKE) -C '$(1)' -j 1 install
endef