mxe/src/qtsystems.mk

23 lines
810 B
Makefile
Raw Normal View History

2014-05-23 11:26:51 +01:00
# This file is part of MXE.
# See index.html for further information.
PKG := qtsystems
$(PKG)_IGNORE :=
2014-06-14 08:12:37 +01:00
$(PKG)_VERSION := 341352b4bb1e729f384a3af1ca966ebd123f16e3
$(PKG)_CHECKSUM := f46c1a96363d7194b186d5fec7f6261ad64f9eea
2014-05-23 11:26:51 +01:00
$(PKG)_SUBDIR := qt-$(PKG)
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://qt.gitorious.org/qt/qtsystems/archive/$($(PKG)_FILE)
$(PKG)_DEPS := gcc qtbase qtdeclarative qtxmlpatterns
define $(PKG)_UPDATE
echo 'Warning: Updates are temporarily disabled for package qtsystems.' >&2;
echo $(qtsystems_VERSION)
endef
define $(PKG)_BUILD
2014-06-12 22:31:52 +01:00
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/syncqt.pl' -version 5.4.0
2014-05-23 11:26:51 +01:00
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef