15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
|
config BR2_PACKAGE_QT5WEBKIT
|
||
|
bool "qt5webkit"
|
||
|
select BR2_PACKAGE_QT5BASE
|
||
|
select BR2_PACKAGE_QT5BASE_ICU
|
||
|
select BR2_PACKAGE_SQLITE
|
||
|
# This module does not support static linking
|
||
|
depends on !BR2_PREFER_STATIC_LIB
|
||
|
help
|
||
|
Qt is a cross-platform application and UI framework for
|
||
|
developers using C++.
|
||
|
|
||
|
This package corresponds to the qt5webkit module.
|
||
|
|
||
|
http://qt-project.org
|