summarylogtreecommitdiffstats
path: root/quazip.patch
diff options
context:
space:
mode:
authorbartus2020-10-12 08:10:42 +0200
committerbartus2020-10-12 08:10:42 +0200
commit4f9f15aa99fc3214b56dba06e595f23ef83d388e (patch)
tree768f5e98f6a4373887d9ee34c4195c5b3f7674a1 /quazip.patch
parent6b077c3749ca0ce7a8f266a8e0687fd72b915729 (diff)
downloadaur-4f9f15aa99fc3214b56dba06e595f23ef83d388e.tar.gz
update quazip.patch to quazip:1.1
Diffstat (limited to 'quazip.patch')
-rw-r--r--quazip.patch17
1 files changed, 14 insertions, 3 deletions
diff --git a/quazip.patch b/quazip.patch
index 7bc5a0f121c2..598b55284eac 100644
--- a/quazip.patch
+++ b/quazip.patch
@@ -7,7 +7,7 @@
-DEPENDPATH += $$THIRD_PARTY_PATH/quazip/
-INCLUDEPATH += $$THIRD_PARTY_PATH/quazip/
-include($$THIRD_PARTY_PATH/quazip/quazip.pri)
-+INCLUDEPATH += /usr/include/quazip5/
++INCLUDEPATH += /usr/include/QuaZip-Qt5-1.1/quazip
FORMS += resources/forms/mainWindow.ui \
resources/forms/preferences.ui \
@@ -18,7 +18,7 @@
}
-LIBS += "-L$$THIRD_PARTY_PATH/quazip/lib/$$SUB_DIR" "-lquazip"
-+LIBS += "-lquazip5"
++LIBS += "-lquazip1-qt5"
QT += xml xmlpatterns core
QT += gui
@@ -29,7 +29,18 @@
-DEPENDPATH += $$THIRD_PARTY_PATH/quazip/
-INCLUDEPATH += $$THIRD_PARTY_PATH/quazip/
-include($$THIRD_PARTY_PATH/quazip/quazip.pri)
-+INCLUDEPATH += /usr/include/quazip5/
++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"