package/qwt: fix wrong makefile target for qt5
The target name is qt5base, not qt5. [Peter: extend commit message] Signed-off-by: David Picard <davepiq@yahoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
03a35862f2
commit
60dcd30ade
@ -12,7 +12,7 @@ ifeq ($(BR2_PACKAGE_QT),y)
|
||||
QWT_DEPENDENCIES = qt
|
||||
QWT_QMAKE = $(QT_QMAKE)
|
||||
else ifeq ($(BR2_PACKAGE_QT5),y)
|
||||
QWT_DEPENDENCIES += qt5
|
||||
QWT_DEPENDENCIES += qt5base
|
||||
QWT_QMAKE = $(QT5_QMAKE)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user