]> git.lyx.org Git - features.git/commitdiff
Include the qt gif plugin in the Windows installer
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 28 Apr 2012 20:05:55 +0000 (22:05 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 29 Apr 2012 15:00:09 +0000 (17:00 +0200)
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
status.20x

index c4493fd0e192ff1277d26543e8a668cc0717fb49..7967bae6ac57e4b897ae2504e64ce9e3483bf36d 100644 (file)
@@ -25,6 +25,7 @@ Lists of files to include in the installer
 
   ${FILE}QtCore4.dll"
   ${FILE}QtGui4.dll"  
+  ${FILE}qgif4.dll"
 
 !macroend
 
index 770a7bc969ef62b48f54daabaf2957694ff22e46..110c722415c7013041998493561a8a72b2c455e1 100644 (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.