[Python-modules-commits] [qscintilla2] 04/14: fix-lib-install-dir.diff

Scott Kitterman kitterman at moszumanska.debian.org
Thu Aug 4 06:41:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository qscintilla2.

commit dfb0e242ca1a4d93bb922f4bb84372b9fcba42e3
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 13:39:17 2015 -0700

    fix-lib-install-dir.diff
    
    01_qscintilla.pro.dpatch by Torsten Marek <shlomme at debian.org>
    Don't install the library directly
    Patch-Name: fix-lib-install-dir.diff
---
 Qt4Qt5/qscintilla.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Qt4Qt5/qscintilla.pro b/Qt4Qt5/qscintilla.pro
index b243c73..6390edb 100644
--- a/Qt4Qt5/qscintilla.pro
+++ b/Qt4Qt5/qscintilla.pro
@@ -47,7 +47,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
 # Scintilla namespace rather than pollute the global namespace.
 #DEFINES += SCI_NAMESPACE
 
-target.path = $$[QT_INSTALL_LIBS]
+target.path = /usr/lib
 INSTALLS += target
 
 header.path = $$[QT_INSTALL_HEADERS]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/qscintilla2.git



More information about the Python-modules-commits mailing list