From 4cddab2f207c6e56c111ea0c1cdf15c1298d357e Mon Sep 17 00:00:00 2001 From: Debian Python Modules Team Date: Mon, 22 Sep 2014 03:09:22 +0100 Subject: [PATCH] fix-lib-install-dir 01_qscintilla.pro.dpatch by Torsten Marek Don't install the library directly Gbp-Pq: 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 0ec6126..c472988 100644 --- a/Qt4Qt5/qscintilla.pro +++ b/Qt4Qt5/qscintilla.pro @@ -55,7 +55,7 @@ greaterThan(QT_MAJOR_VERSION, 4) { #DEFINES += SCI_NAMESPACE # Handle both Qt v4 and v3. -target.path = $$[QT_INSTALL_LIBS] +target.path = /usr/lib isEmpty(target.path) { target.path = $(QTDIR)/lib } -- 2.30.2