summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-05 10:30:37 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2013-08-05 10:30:37 +0200
commitbfda474003a1776359003661f141567cfa37d0d5 (patch)
tree3519abb57c66f18a7d0cd25eeaf14453ea6f1f95
parent87105efc53b2d807f5d33c1fb5ee92d348f31309 (diff)
parentcfd6618b3b9526bc82410411249692a32f29ee88 (diff)
downloadqtsvg-bfda474003a1776359003661f141567cfa37d0d5.tar.gz
Merge branch 'stable' into dev
Conflicts: .qmake.conf Change-Id: I722d07e0de5ac4578867e5fdd2a9ee7779776b72
-rw-r--r--dist/changes-5.1.125
-rw-r--r--src/svg/svg.pro5
2 files changed, 29 insertions, 1 deletions
diff --git a/dist/changes-5.1.1 b/dist/changes-5.1.1
new file mode 100644
index 0000000..e233af4
--- /dev/null
+++ b/dist/changes-5.1.1
@@ -0,0 +1,25 @@
+Qt 5.1.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.1.0.
+
+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.1/
+
+The Qt version 5.1 series is binary compatible with the 5.0.x series.
+Applications compiled for 5.0 will continue to run with 5.1.
+
+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.
diff --git a/src/svg/svg.pro b/src/svg/svg.pro
index ee18997..5527fa1 100644
--- a/src/svg/svg.pro
+++ b/src/svg/svg.pro
@@ -48,5 +48,8 @@ contains(QT_CONFIG, system-zlib) {
if(unix|win32-g++*): LIBS_PRIVATE += -lz
else: LIBS += zdll.lib
} else {
- INCLUDEPATH += $$[QT_INSTALL_HEADERS/get]/QtZlib
+ git_build: \
+ INCLUDEPATH += $$[QT_INSTALL_HEADERS/get]/QtZlib
+ else: \
+ INCLUDEPATH += $$[QT_INSTALL_HEADERS/src]/QtZlib
}