summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5webkit/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-04-07 09:57:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-11 17:08:23 +0200
commit4948aa5e65212223ac755f5a3417b47c3d966bf1 (patch)
treec9440bcb404c0344fef2107947e1167d97c699aa /package/qt5/qt5webkit/Config.in
parent1eb15de182484261538f815dcc8f59e84ba3b2fd (diff)
downloadbuildroot-novena-4948aa5e65212223ac755f5a3417b47c3d966bf1.tar.gz
buildroot-novena-4948aa5e65212223ac755f5a3417b47c3d966bf1.zip
qt5/qt5webkit: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt5/qt5webkit/Config.in')
-rw-r--r--package/qt5/qt5webkit/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
new file mode 100644
index 000000000..319d84a0d
--- /dev/null
+++ b/package/qt5/qt5webkit/Config.in
@@ -0,0 +1,14 @@
+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