[QsLog/el6] Forgot to add patch.

Susi Lehtola jussilehtola at fedoraproject.org
Thu Jan 2 21:47:33 UTC 2014


commit 6e5443033b4d8dfdef125b4ebcc45d9c97ac2947
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Thu Jan 2 23:47:33 2014 +0200

    Forgot to add patch.

 QsLog-libdir.patch |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/QsLog-libdir.patch b/QsLog-libdir.patch
new file mode 100644
index 0000000..c3e8fd3
--- /dev/null
+++ b/QsLog-libdir.patch
@@ -0,0 +1,16 @@
+diff -up QsLog/QsLogSharedLibrary.pro.libdir QsLog/QsLogSharedLibrary.pro
+--- QsLog/QsLogSharedLibrary.pro.libdir	2014-01-02 23:44:26.235771741 +0200
++++ QsLog/QsLogSharedLibrary.pro	2014-01-02 23:44:56.935946360 +0200
+@@ -24,11 +24,7 @@ unix:!macx {
+     other_files.files = *.txt
+     other_files.path = /usr/local/share/$(QMAKE_TARGET)
+ 
+-    contains(QT_ARCH, x86_64) {
+-        target.path = /usr/lib64
+-    } else {
+-        target.path = /usr/lib
+-    }
++    target.path = $(QT_INSTALL_LIBS)
+ 
+     INSTALLS += headers target
+ }


More information about the scm-commits mailing list