From: Vincent van Ravesteijn Date: Sat, 28 Apr 2012 20:05:55 +0000 (+0200) Subject: Include the qt gif plugin in the Windows installer X-Git-Tag: 2.0.4~123 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=507701261a8438ae9a58fbd5979f8dc5c5f19d22;p=features.git Include the qt gif plugin in the Windows installer Since LyX2.0 there was a busy icon in the status bar, but it is not visible on Windows unless the gif plugin is distributed along. --- diff --git a/development/Win32/packaging/installer/include/filelist.nsh b/development/Win32/packaging/installer/include/filelist.nsh index c4493fd0e1..7967bae6ac 100644 --- a/development/Win32/packaging/installer/include/filelist.nsh +++ b/development/Win32/packaging/installer/include/filelist.nsh @@ -25,6 +25,7 @@ Lists of files to include in the installer ${FILE}QtCore4.dll" ${FILE}QtGui4.dll" + ${FILE}qgif4.dll" !macroend diff --git a/status.20x b/status.20x index 770a7bc969..110c722415 100644 --- a/status.20x +++ b/status.20x @@ -173,4 +173,7 @@ What's new * BUILD/INSTALLATION -- Fixed compilation with clang. +- Fixed compilation with clang. + +- Included the qt gif plugin in the Windows installer. This + enables the busy icon in the status bar.