summaryrefslogtreecommitdiff
path: root/astro/merkaartor/files/patch-src_src.pro
blob: 0319e85e7eb64605870d6043b351c7ebeffb52c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Link against the right library name for archivers/quazip-qt5.
--- src/src.pro.orig	2015-07-19 14:50:09 UTC
+++ src/src.pro
@@ -15,7 +15,7 @@ isEmpty(SYSTEM_QUAZIP) {
   DEFINES += QUAZIP_STATIC
   include(../3rdparty/quazip-0.7/quazip.pri)
 } else {
-  LIBS += -lquazip
+  LIBS += -lquazip5
 }
 
 #Qt Version