2013-04-07 11:57:26 +02:00
|
|
|
config BR2_PACKAGE_QT5WEBKIT
|
|
|
|
bool "qt5webkit"
|
|
|
|
select BR2_PACKAGE_QT5BASE
|
|
|
|
select BR2_PACKAGE_QT5BASE_ICU
|
2013-08-28 14:13:00 +02:00
|
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
2013-04-07 11:57:26 +02:00
|
|
|
select BR2_PACKAGE_SQLITE
|
2013-09-18 09:23:32 +02:00
|
|
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_QT5BASE_XCB
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB
|
2013-04-07 11:57:26 +02:00
|
|
|
# This module does not support static linking
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-12-30 10:34:17 +01:00
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
2013-04-07 11:57:26 +02:00
|
|
|
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
|