From 5fa7d3f90a66ce72f4d5234d0e7fec91cc6dd545 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 9 Feb 2015 01:16:47 +0100 Subject: [PATCH] Win installer: correct a sorting --- development/Win32/packaging/installer/include/filelist.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/Win32/packaging/installer/include/filelist.nsh b/development/Win32/packaging/installer/include/filelist.nsh index cb97aa3d35..9f6c0a600f 100644 --- a/development/Win32/packaging/installer/include/filelist.nsh +++ b/development/Win32/packaging/installer/include/filelist.nsh @@ -24,8 +24,8 @@ Lists of files to include in the installer !macro FileListQtImageformats COMMAND DIRECTORY - ${FILE}qico4.dll" ${FILE}qgif4.dll" + ${FILE}qico4.dll" ${FILE}qjpeg4.dll" ${FILE}qmng4.dll" ${FILE}qsvg4.dll" -- 2.39.2