qtwebkit: display deprecation message

This commit is contained in:
Tony Theodore 2015-09-05 23:42:46 +10:00
parent 28be7b4b8c
commit 5fd086a4aa
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ $(PKG)_FILE = $(subst qtbase,qtwebkit,$(qtbase_FILE))
$(PKG)_URL = $(subst qtbase,qtwebkit,$(qtbase_URL))
$(PKG)_DEPS := gcc qtbase qtmultimedia qtquick1 sqlite
$(PKG)_MESSAGE :=*** qtwebkit is deprecated in Qt 5.5 ***
define $(PKG)_UPDATE
echo $(qtbase_VERSION)
endef