From f5a815185ffc378bf0902eac4f03c54ab5be80f3 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sun, 15 May 2016 11:03:43 +0100 Subject: Updates for QT5.5 --- SConstruct | 4 +++- src/dlls.manifest.debug.qt5 | 6 +++--- src/dlls.manifest.qt5 | 8 ++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/SConstruct b/SConstruct index c7248251..d0528b95 100644 --- a/SConstruct +++ b/SConstruct @@ -669,7 +669,9 @@ if qt_env['QT_MAJOR_VERSION'] > 4: dlls_to_install += [ os.path.join(env['QTDIR'], 'bin', - 'icu%s%d%d.dll' % (lib, qt_env['QT_MAJOR_VERSION'], qt_env['QT_MINOR_VERSION'] - 1)) + 'icu%s%d%d.dll' % (lib, + qt_env['QT_MAJOR_VERSION'], + qt_env['QT_MINOR_VERSION'] - 1)) for lib in ('dt','in', 'uc') ] diff --git a/src/dlls.manifest.debug.qt5 b/src/dlls.manifest.debug.qt5 index 59497baa..a2f75206 100644 --- a/src/dlls.manifest.debug.qt5 +++ b/src/dlls.manifest.debug.qt5 @@ -1,9 +1,9 @@ - - - + + + diff --git a/src/dlls.manifest.qt5 b/src/dlls.manifest.qt5 index 76206f21..5c64e4f9 100644 --- a/src/dlls.manifest.qt5 +++ b/src/dlls.manifest.qt5 @@ -1,9 +1,9 @@ - - - + + + @@ -26,4 +26,4 @@ - \ No newline at end of file + -- cgit v1.3.1