comparison src/qtsvg.mk @ 4222:44b1a9b2193e

qt5: add initial qt5 to mxe-octave, based on mxe.cc * src/qt5.mk: new file * src/qtbase-1-fixes.patch: new file * src/qtbase.mk: new file * src/qtimageformats-1.patch: new file * src/qtimageformats.mk: new file * src/qtsvg.mk: new file * src/qttools-1.patch: new file * added src/qttools.mk: new file * changed Makefile.in: added ENABLE_QT5 option * configure.ac: added enable-qt5 option * index.html: added new files to packages * installer-files/octave-firsttime.vbs: added setup of qt5 bin, plugin path * installer-files/octave.vbs: added setup of qt5 bin, plugin path * installer-files/octave.bat: added setup of qt5 bin path * src/default-octave.mk: added settig fot qt5 usage * src/qscintilla.mk: added qt5 path
author John D
date Thu, 29 Sep 2016 11:22:51 -0400
parents
children 2c34ec679fb3
comparison
equal deleted inserted replaced
4221:1cac12604314 4222:44b1a9b2193e
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := qtsvg
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION = $(qtbase_VERSION)
7 $(PKG)_CHECKSUM := abc54beebba305a13dd8578c2e8524d4eb7a9d02
8 $(PKG)_SUBDIR = $(subst qtbase,qtsvg,$(qtbase_SUBDIR))
9 $(PKG)_FILE = $(subst qtbase,qtsvg,$(qtbase_FILE))
10 $(PKG)_URL = $(subst qtbase,qtsvg,$(qtbase_URL))
11 $(PKG)_DEPS := qtbase
12
13 define $(PKG)_UPDATE
14 echo $(qtbase_VERSION)
15 endef
16
17 define $(PKG)_BUILD
18 cd '$(1)' && '$(MXE_QMAKE)'
19 $(MAKE) -C '$(1)' -j '$(JOBS)'
20 $(MAKE) -C '$(1)' -j 1 install
21 endef