aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-02-23 03:34:21 -0800
committerRobert Schumacher <roschuma@microsoft.com>2017-02-23 03:34:21 -0800
commitdd6d1aa560985c4b508f6f0f5259e03ddfaba262 (patch)
tree3c3279d89715502a69443d6796417ee94c799283 /ports/qt5/CONTROL
parent7dd7490468019b696859331f1f686890d8aaf556 (diff)
downloadvcpkg-dd6d1aa560985c4b508f6f0f5259e03ddfaba262.tar.gz
vcpkg-dd6d1aa560985c4b508f6f0f5259e03ddfaba262.zip
[qt5] Exercise full control over build configuration.
Bumps version to 5.7.1-2 This fixes several issues: - Prevents a hang for user input during the build. - Moves the tools into a subdirectory so their DLLs do not interfere with other packages. - Adds the currently installed DLLs to the path so that tools compiled during the build can be run. - Uses our system's copy of double-conversion. - No longer uses looped builds; I haven't seen issues since the update to JOM 1.1.2 - Works around an issue with Qt5Bootstrap (QTBUG-55499) Regressions to fix: - Disables many subcomponents
Diffstat (limited to 'ports/qt5/CONTROL')
-rw-r--r--ports/qt5/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL
index 40bde5f2a..c912dad3d 100644
--- a/ports/qt5/CONTROL
+++ b/ports/qt5/CONTROL
@@ -1,4 +1,4 @@
Source: qt5
-Version: 5.7.1-2
+Version: 5.7.1-3
Description: Qt5 application framework main components. Webengine, examples and tests not included.
-Build-Depends: sqlite3, libpq
+Build-Depends: sqlite3, libpq, double-conversion