mxe/src/qt3d.mk

23 lines
746 B
Makefile
Raw Normal View History

# This file is part of MXE. See LICENSE.md for licensing information.
2016-06-16 17:30:48 +01:00
2014-09-28 07:23:50 +01:00
PKG := qt3d
2017-03-04 10:33:47 +00:00
$(PKG)_WEBSITE := https://www.qt.io/
$(PKG)_DESCR := Qt
2014-09-28 07:23:50 +01:00
$(PKG)_IGNORE :=
2016-06-16 17:30:48 +01:00
$(PKG)_VERSION = $(qtbase_VERSION)
2020-09-09 09:07:58 +01:00
$(PKG)_CHECKSUM := 29aac2c38b6b2fb1e7d54829ff8b4c9aae12a70ffab9707c7388f1e134dd9411
2016-06-16 17:30:48 +01:00
$(PKG)_SUBDIR = $(subst qtbase,qt3d,$(qtbase_SUBDIR))
$(PKG)_FILE = $(subst qtbase,qt3d,$(qtbase_FILE))
$(PKG)_URL = $(subst qtbase,qt3d,$(qtbase_URL))
2018-02-15 08:34:10 +00:00
$(PKG)_DEPS := cc qtbase qtdeclarative qtgamepad
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