summaryrefslogtreecommitdiff
path: root/package/qt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r--package/qt/Config.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index 9ff904ea0..4371fc36e 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -270,6 +270,22 @@ config BR2_PACKAGE_QT_PHONON
formats can be configured at the GStreamer package.
If unsure, say n.
+config BR2_PACKAGE_QT_PHONON_BACKEND
+ bool "Phonon Module Backend"
+ depends on BR2_PACKAGE_QT_PHONON
+ help
+ Build the platform Phonon plugin.
+ If unsure, say n.
+
+comment "Qt DBbus module not available (need dbus)"
+ depends on !BR2_PACKAGE_DBUS
+
+config BR2_PACKAGE_QT_DBUS
+ bool "DBus Module"
+ depends on BR2_PACKAGE_DBUS
+ help
+ Build the Qt DBus module.
+
config BR2_PACKAGE_QT_XML
bool "XML Module"
default y
@@ -283,6 +299,17 @@ config BR2_PACKAGE_QT_XMLPATTERNS
Build QtXmlPatterns module.
If unsure, say n
+config BR2_PACKAGE_QT_MULTIMEDIA
+ bool "Multimedia Module"
+ help
+ Build QtMultimedia module.
+
+config BR2_PACKAGE_QT_AUDIO_BACKEND
+ bool "QtMultimedia Audio backend"
+ depends on BR2_PACKAGE_QT_MULTIMEDIA
+ help
+ Build the platform audio backend into QtMultimedia if available
+
config BR2_PACKAGE_QT_SVG
bool "SVG Module"
help
@@ -299,10 +326,17 @@ config BR2_PACKAGE_QT_NETWORK
config BR2_PACKAGE_QT_WEBKIT
bool "WebKit Module"
depends on BR2_PACKAGE_QT_NETWORK
+ select BR2_PACKAGE_QT_JAVASCRIPTCORE
help
Build the WebKit module.
If unsure, say n.
+config BR2_PACKAGE_QT_JAVASCRIPTCORE
+ bool "JavaScriptCore JIT compiler"
+ help
+ Build the JavaScriptCore JIT compiler
+ If unsure, say y
+
config BR2_PACKAGE_QT_STL
bool "STL support"
help
@@ -322,6 +356,7 @@ config BR2_PACKAGE_QT_OPENSSL
config BR2_PACKAGE_QT_SCRIPT
bool "Script Module"
default y
+ select BR2_PACKAGE_QT_JAVASCRIPTCORE
help
Build the Qt Script module.
if unsure, say y.