summarylogtreecommitdiffstats
path: root/quickviewer-1.1.8-fileloader-projectfile-changes.patch
diff options
context:
space:
mode:
authorAndrew Munkres2020-06-16 02:03:27 -0700
committerAndrew Munkres2020-06-16 02:03:27 -0700
commit3584ba0662a484f2181287ad1dba7270adf5b9bf (patch)
treeb272383835fe946ef0184f7821132ada340ba49f /quickviewer-1.1.8-fileloader-projectfile-changes.patch
parent3ca7579ca8fbf85aa7ed99afb0ea660a8cd19d8f (diff)
downloadaur-3584ba0662a484f2181287ad1dba7270adf5b9bf.tar.gz
Update to upstream's version 1.1.8
(Warning: it seems like navigating to a directory containing PDF files can cause this version of the application to hang.)
Diffstat (limited to 'quickviewer-1.1.8-fileloader-projectfile-changes.patch')
-rw-r--r--quickviewer-1.1.8-fileloader-projectfile-changes.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/quickviewer-1.1.8-fileloader-projectfile-changes.patch b/quickviewer-1.1.8-fileloader-projectfile-changes.patch
new file mode 100644
index 000000000000..71582d40734e
--- /dev/null
+++ b/quickviewer-1.1.8-fileloader-projectfile-changes.patch
@@ -0,0 +1,26 @@
+--- quickviewer/fileloader/fileloader.pro.orig 2020-06-15 20:27:13.351622773 -0700
++++ quickviewer/fileloader/fileloader.pro 2020-06-15 20:27:16.064956080 -0700
+@@ -16,7 +16,7 @@
+
+ *g++* {
+ win32: CONFIG += staticlib
+- QMAKE_LFLAGS += -Wl,-rpath,../lib
++ #QMAKE_LFLAGS += -Wl,-rpath,../lib
+ QMAKE_CXXFLAGS += -std=c++11
+ DEFINES += NTDDI_VERSION=NTDDI_VISTA
+ }
+@@ -57,11 +57,13 @@
+ INCLUDEPATH += ../Qt7z/Qt7z
+ LIBS += -lQt7z
+
+-unix {
++linux {
+ # SOURCES += $$PWD/fileloaderziparchive.cpp
+ # HEADERS += $$PWD/fileloaderziparchive.h
+ # DEFINES += QUAZIP_STATIC
+ # INCLUDEPATH += $$PWD/../quazip/quazip/quazip $$PWD/../zlib/zlib
+ # LIBS += -lquazip -lzlib
++ target.path = /usr/lib
++ INSTALLS += target
+ }
+