summarylogtreecommitdiffstats
path: root/quazip.patch
blob: 598b55284eac562878fb5fefcda7fde402a195d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
--- OpenBoard-1.5.3/OpenBoard.pro	2019-04-10 09:04:25.000000000 +0200
+++ OpenBoard-1.5.3-quazip/OpenBoard.pro	2019-04-12 08:54:40.265598779 +0200
@@ -71,9 +71,7 @@
 INCLUDEPATH += plugins/cffadaptor/src
 
 #ThirdParty
-DEPENDPATH += $$THIRD_PARTY_PATH/quazip/
-INCLUDEPATH += $$THIRD_PARTY_PATH/quazip/
-include($$THIRD_PARTY_PATH/quazip/quazip.pri)
+INCLUDEPATH += /usr/include/QuaZip-Qt5-1.1/quazip
 
 FORMS += resources/forms/mainWindow.ui \
    resources/forms/preferences.ui \
--- OpenBoard-1.5.3/plugins/cffadaptor/UBCFFAdaptor.pro	2019-04-10 09:04:25.000000000 +0200
+++ OpenBoard-1.5.3-quazip/plugins/cffadaptor/UBCFFAdaptor.pro	2019-04-12 08:53:45.622844493 +0200
@@ -39,7 +38,7 @@
     QMAKE_POST_LINK += bash postScript_mac.sh "$$DESTDIR" "$$SANKORE_DIR/$$BUILD_DIR/product/Open-Sankore.app/Contents/MacOS"
 }
 
-LIBS     += "-L$$THIRD_PARTY_PATH/quazip/lib/$$SUB_DIR" "-lquazip"
+LIBS     += "-lquazip1-qt5"
 
 QT       += xml xmlpatterns core
 QT       += gui
@@ -51,9 +50,7 @@
 
 INCLUDEPATH += src
 
-DEPENDPATH  += $$THIRD_PARTY_PATH/quazip/
-INCLUDEPATH += $$THIRD_PARTY_PATH/quazip/
-include($$THIRD_PARTY_PATH/quazip/quazip.pri)
+INCLUDEPATH += /usr/include/QuaZip-Qt5-1.1/quazip
 
 
 SOURCES += \
--- OpenBoard-1.5.4.orig/libs.pri	2020-10-11 14:17:54.587596163 +0200
+++ OpenBoard-1.5.4/libs.pri	2020-10-11 14:13:49.516394503 +0200
@@ -23,7 +23,7 @@
 }
 
 QUAZIP_DIR   = "/usr"
-LIBS        += "-lquazip5"
+LIBS        += "-lquazip1-qt5"
 
 LIBS        += "-lpoppler"
 INCLUDEPATH += "/usr/include/poppler"