diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2016-05-15 11:03:43 +0100 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2016-05-15 11:03:43 +0100 |
| commit | f5a815185ffc378bf0902eac4f03c54ab5be80f3 (patch) | |
| tree | 0baa3a5d9c8763f8c82519f81bdb15e9f5aa3906 /SConstruct | |
| parent | ba8464f01f5cd5340feea7163b9e51492c16fa8a (diff) | |
Updates for QT5.5
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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') ] |
