summarylogtreecommitdiffstats
path: root/quazip.patch
diff options
context:
space:
mode:
authorbartus2020-10-11 15:12:27 +0200
committerbartus2020-10-11 15:12:27 +0200
commit6b077c3749ca0ce7a8f266a8e0687fd72b915729 (patch)
tree6a9c5f4f0a2b85d24b6b5a954bbacd097030a598 /quazip.patch
parent3f47591e757153f052a6b5bdbe9392390ac23f28 (diff)
downloadaur-6b077c3749ca0ce7a8f266a8e0687fd72b915729.tar.gz
Update quazip.patch
Diffstat (limited to 'quazip.patch')
-rw-r--r--quazip.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/quazip.patch b/quazip.patch
new file mode 100644
index 000000000000..7bc5a0f121c2
--- /dev/null
+++ b/quazip.patch
@@ -0,0 +1,35 @@
+--- 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/quazip5/
+
+ 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 += "-lquazip5"
+
+ 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/quazip5/
+
+
+ SOURCES += \