From d259d29158f0c7404ca9c93b9e9598d314dde494 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 19 Mar 2013 21:10:02 +0100 Subject: Add changes-5.0.2 file Change-Id: I75fe0526bb3698cbbe6555cbb13eb32fd1bfa3c6 Reviewed-by: Iikka Eklund --- dist/changes-5.0.2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dist/changes-5.0.2 diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2 new file mode 100644 index 00000000..708a3826 --- /dev/null +++ b/dist/changes-5.0.2 @@ -0,0 +1,22 @@ +Qt 5.0.2 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.0.0 and 5.0.1. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + + http://qt-project.org/doc/qt-5.0/ + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + + http://bugreports.qt-project.org/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + + +**************************************************************************** +* General * +**************************************************************************** + + - This release contains only minor code improvements. -- cgit v1.2.1 From 5ed36a9fe84f78c66692bb4a0395cb09eaf31d66 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Sat, 24 Nov 2012 19:37:18 +0900 Subject: disable module when widgets is not available Change-Id: I3849f3dfb1d33bf15053fae864393d5755a2ea8d Reviewed-by: Sergio Ahumada Reviewed-by: Oswald Buddenhagen --- qtquick1.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qtquick1.pro b/qtquick1.pro index 58c33f27..318861f4 100644 --- a/qtquick1.pro +++ b/qtquick1.pro @@ -1 +1,3 @@ +requires(qtHaveModule(widgets)) + load(qt_parts) -- cgit v1.2.1