remove qtwebengine

closes #1509
This commit is contained in:
Tony Theodore 2016-08-27 16:07:42 +10:00 committed by Boris Nagaev
parent 08ea4ee0e6
commit 3f1b95d0e6
2 changed files with 0 additions and 24 deletions

View File

@ -2458,10 +2458,6 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<td class="package">qtwebchannel</td>
<td class="website"><a href="http://qt-project.org/">Qt</a></td>
</tr>
<tr>
<td class="package">qtwebengine</td>
<td class="website"><a href="http://qt-project.org/">Qt</a></td>
</tr>
<tr>
<td class="package">qtwebkit</td>
<td class="website"><a href="http://qt-project.org/">Qt</a></td>

View File

@ -1,20 +0,0 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := qtwebengine
$(PKG)_IGNORE :=
$(PKG)_VERSION = $(qtbase_VERSION)
$(PKG)_CHECKSUM := 985762fff5cd8a1a0d2a644a4a51238676898685f9ff1a78c3f2800025d6dc5d
$(PKG)_SUBDIR = $(subst qtbase,qtwebengine,$(qtbase_SUBDIR))
$(PKG)_FILE = $(subst qtbase,qtwebengine,$(qtbase_FILE))
$(PKG)_URL = $(subst qtbase,qtwebengine,$(qtbase_URL))
$(PKG)_DEPS := gcc qtbase qtquickcontrols
define $(PKG)_UPDATE
echo $(qtbase_VERSION)
endef
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef