summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 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')
]