fix-lib-install-dir
authorDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Mon, 22 Sep 2014 02:09:22 +0000 (03:09 +0100)
committerScott Kitterman <scott@kitterman.com>
Mon, 22 Sep 2014 02:09:22 +0000 (03:09 +0100)
01_qscintilla.pro.dpatch by Torsten Marek <shlomme@debian.org>
Don't install the library directly

Gbp-Pq: Name fix-lib-install-dir.diff

Qt4Qt5/qscintilla.pro

index 0ec61268b99cc4ee3ca1fb6666940023217e8a0e..c47298812242581b2e467540177806f9e287dd5c 100644 (file)
@@ -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
 }