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.
This commit is contained in:
Vincent van Ravesteijn 2012-04-28 22:05:55 +02:00
parent f5ffd40e81
commit 507701261a
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Lists of files to include in the installer
${FILE}QtCore4.dll"
${FILE}QtGui4.dll"
${FILE}qgif4.dll"
!macroend

View File

@ -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.