summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-04-03 16:10:54 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-04-03 16:10:54 +0200
commit2230fe7c4a9e97e0f2bb24be19f6408857c9864e (patch)
treed2f2061c5fca443ced94578a8044c6b745685287
parent7b6a627315f012598dca23d3ff978a09bfba7969 (diff)
parent1b02287e464efc999dda10ff57c0207e6f3648d5 (diff)
downloadqttools-2230fe7c4a9e97e0f2bb24be19f6408857c9864e.tar.gz
Merge remote-tracking branch 'origin/release' into stable
Conflicts: src/assistant/assistant/assistant.pro Change-Id: I7ca59c8150a591c7e2ba57fd729421b4dba064d0
-rw-r--r--dist/changes-5.0.225
-rw-r--r--src/assistant/assistant/assistant.pro2
2 files changed, 26 insertions, 1 deletions
diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2
new file mode 100644
index 000000000..f29fa49c5
--- /dev/null
+++ b/dist/changes-5.0.2
@@ -0,0 +1,25 @@
+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 *
+****************************************************************************
+
+General Improvements
+--------------------
+
+ - This release contains only minor code improvements.
diff --git a/src/assistant/assistant/assistant.pro b/src/assistant/assistant/assistant.pro
index 25e423883..c054147b8 100644
--- a/src/assistant/assistant/assistant.pro
+++ b/src/assistant/assistant/assistant.pro
@@ -107,7 +107,7 @@ mac {
QMAKE_INFO_PLIST = Info_mac.plist
}
-QTPLUGIN += qsqlite
+contains(SQLPLUGINS, sqlite):QTPLUGIN += qsqlite
target.path=$$[QT_INSTALL_BINS]
INSTALLS += target