summarylogtreecommitdiffstats
path: root/quickviewer-1.1.8-change-qmake-variable-defs.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-change-qmake-variable-defs.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-change-qmake-variable-defs.patch')
-rw-r--r--quickviewer-1.1.8-change-qmake-variable-defs.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/quickviewer-1.1.8-change-qmake-variable-defs.patch b/quickviewer-1.1.8-change-qmake-variable-defs.patch
new file mode 100644
index 000000000000..e6ce72063af4
--- /dev/null
+++ b/quickviewer-1.1.8-change-qmake-variable-defs.patch
@@ -0,0 +1,27 @@
+--- quickviewer/QVproject.pri.orig 2019-02-22 05:26:12.664409728 -0800
++++ quickviewer/QVproject.pri 2019-02-23 00:03:43.007544369 -0800
+@@ -2,19 +2,19 @@
+ DEFINES += QV_WITH_LUMINOR
+
+ ## Comment out if you need OpenGL support
+-DEFINES += QV_WITHOUT_OPENGL
++#DEFINES += QV_WITHOUT_OPENGL
+
+ ## Define when asking for portable operation.
+ ## When off, the installation will be done by OS standard method
+ ## Installation destination when not portable:
+ ## Windows: "C:\Program Files" or "C:\Users\[user]\Appdata\Roaming"
+ ## Linux: "/usr/local"
+-DEFINES += QV_PORTABLE
++#DEFINES += QV_PORTABLE
+
+ !contains(DEFINES, QV_PORTABLE) {
+- QV_BIN_PATH = /usr/local/bin
+- QV_LIB_PATH = /usr/local/lib
+- QV_SHARED_PATH = /usr/local/shared
++ QV_BIN_PATH = /usr/bin
++ QV_LIB_PATH = /usr/lib
++ QV_SHARED_PATH = /usr/share
+ }
+
+ greaterThan(QT_MAJOR_VERSION, 4) {