diff options
Diffstat (limited to 'package/qt')
-rw-r--r-- | package/qt/Config.in | 1 | ||||
-rw-r--r-- | package/qt/qt-4.7.2-pthread_getattr_np.patch (renamed from package/qt/qt-4.7.1-pthread_getattr_np.patch) | 0 | ||||
-rw-r--r-- | package/qt/qt-4.7.2-pthread_getattr_np_webkit.patch (renamed from package/qt/qt-4.7.1-pthread_getattr_np_webkit.patch) | 0 | ||||
-rw-r--r-- | package/qt/qt.mk | 2 |
4 files changed, 2 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index e5fe325ce..3cc04f4ca 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -57,6 +57,7 @@ config BR2_PACKAGE_QT_LICENSE_APPROVED config BR2_PACKAGE_QT_QT3SUPPORT bool "Compatibility with Qt3" + depends on BR2_PACKAGE_QT_GUI_MODULE help Turns on support for older Qt3. This will create an additional library with proxy code and increase the space required on target. diff --git a/package/qt/qt-4.7.1-pthread_getattr_np.patch b/package/qt/qt-4.7.2-pthread_getattr_np.patch index 5cbd7d203..5cbd7d203 100644 --- a/package/qt/qt-4.7.1-pthread_getattr_np.patch +++ b/package/qt/qt-4.7.2-pthread_getattr_np.patch diff --git a/package/qt/qt-4.7.1-pthread_getattr_np_webkit.patch b/package/qt/qt-4.7.2-pthread_getattr_np_webkit.patch index e2bc18843..e2bc18843 100644 --- a/package/qt/qt-4.7.1-pthread_getattr_np_webkit.patch +++ b/package/qt/qt-4.7.2-pthread_getattr_np_webkit.patch diff --git a/package/qt/qt.mk b/package/qt/qt.mk index cc90190df..e8fff73c4 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -12,7 +12,7 @@ # ###################################################################### -QT_VERSION:=4.7.1 +QT_VERSION:=4.7.2 QT_SOURCE:=qt-everywhere-opensource-src-$(QT_VERSION).tar.gz QT_SITE:=http://get.qt.nokia.com/qt/source QT_CAT:=$(ZCAT) |