summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5webkit/Config.in
diff options
context:
space:
mode:
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