Author: Tom Jampen <tom@cryptography.ch>
Description:
 Patches texstudio.pro to use libquazip5 as TeXstudio is built against qt5.

diff -Naurp a/texstudio.pro b/texstudio.pro
--- a/texstudio.pro	2016-10-12 07:40:25.470131505 +0200
+++ b/texstudio.pro	2016-10-12 07:41:08.138720884 +0200
@@ -471,7 +471,7 @@ isEmpty(USE_SYSTEM_QUAZIP) {
   DEFINES += QUAZIP_STATIC
   include(quazip/quazip/quazip.pri)
 } else {
-  isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip
+  isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5
   isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip
 
   INCLUDEPATH += $${QUAZIP_INCLUDE}
