summaryrefslogtreecommitdiff
path: root/package/qt/Config.in
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2011-05-31 18:16:34 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-06-20 11:50:43 +0200
commit377b2785c136e7439ac4f4a6e4509bc5c9fe3015 (patch)
tree0cb01024274a7a156ee196202655796fca843067 /package/qt/Config.in
parent85aed3e325e953025426fdde0447359ab7a4c8a6 (diff)
Qt: add config option to build libQtDeclarative module
Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r--package/qt/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index 4a3945c82..214f14090 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -378,4 +378,11 @@ config BR2_PACKAGE_QT_SCRIPTTOOLS
Build the Qt Script Tools module.
if unsure, say n.
+config BR2_PACKAGE_QT_DECLARATIVE
+ bool "Declarative module"
+ depends on BR2_PACKAGE_QT_GUI_MODULE
+ help
+ Build the Qt Declarative Module for qml support
+ if unsure, say n.
+
endif # BR2_PACKAGE_QT