summaryrefslogtreecommitdiffstats
path: root/rules/qt4.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-13 19:44:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-13 19:44:58 +0200
commitf9be03e6743d19e5fc119a8610496cff05d8c1b3 (patch)
treedf3cf6c3195d75532ffccf0923d7d764becdb26d /rules/qt4.in
parent6f401cc9e424f00634f89f832520c85d08daabf1 (diff)
downloadptxdist-f9be03e6743d19e5fc119a8610496cff05d8c1b3.tar.gz
ptxdist-f9be03e6743d19e5fc119a8610496cff05d8c1b3.tar.xz
qt4: version bump 4.6.3 -> 4.7.3
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt4.in')
-rw-r--r--rules/qt4.in36
1 files changed, 31 insertions, 5 deletions
diff --git a/rules/qt4.in b/rules/qt4.in
index b24cd7db1..9b68c9cf5 100644
--- a/rules/qt4.in
+++ b/rules/qt4.in
@@ -657,17 +657,19 @@ config QT4_OPENSSL
help
Add Qt support for openssl.
+config QT4_DBUS
+ bool
+ prompt "dbus support"
+ help
+ Build D-Bus bindings for Qt
+
choice
prompt "dbus support "
+ depends on QT4_DBUS
default QT4_DBUS_LOAD
help
Qt dbus support.
-config QT4_DBUS_NONE
- bool "none "
- help
- Disable Qt bus support.
-
config QT4_DBUS_LOAD
bool "load "
select QT4_BUILD_XML
@@ -713,6 +715,10 @@ config QT4_OPENGL_ES2
endchoice
+config QT4_OPENGL_EGL
+ bool "use EGL"
+ depends on QT4_BUILD_OPENGL && !QT4_OPENGL_DESKTOP
+
menu "optional libraries "
config QT4_BUILD_GUI
@@ -868,6 +874,26 @@ config QT4_BUILD_SCRIPTTOOLS
QtScriptTools provides additional components for applications that
use Qt Script.
+config QT4_BUILD_DECLARATIVE
+ bool
+ prompt "Declarative"
+ select QT4_BUILD_GUI
+ select QT4_BUILD_SQL
+ select QT4_BUILD_SCRIPT
+ select QT4_BUILD_NETWORK
+ help
+ QtDeclarative is a C++ library that provides the underlying engine,
+ which translates the declarative description of the UI in QML into
+ items on a QGraphicsScene. The library also provides APIs to bind
+ custom C++ types and elements to QML, and to connect the QML UI with
+ the underlying application logic written in C++.
+
+config QT4_INSTALL_QMLVIEWER
+ bool
+ prompt "install qmlviewer"
+ select QT4_BUILD_SQL
+ depends on QT4_BUILD_DECLARATIVE
+
endmenu
if QT4_PLATFORM_EMBEDDED