From 507701261a8438ae9a58fbd5979f8dc5c5f19d22 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 28 Apr 2012 22:05:55 +0200 Subject: [PATCH] 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. --- development/Win32/packaging/installer/include/filelist.nsh | 1 + status.20x | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5