pesa        14/07/18 19:50:08

  Added:                qscintilla-2.8.3-designer.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.1                  x11-libs/qscintilla/files/qscintilla-2.8.3-designer.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/files/qscintilla-2.8.3-designer.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/files/qscintilla-2.8.3-designer.patch?rev=1.1&content-type=text/plain

Index: qscintilla-2.8.3-designer.patch
===================================================================
This patch causes the designer plugin to be built against the just-built
qscintilla, rather than trying to build against the system qscintilla
which may not be installed yet.

--- QScintilla-gpl-2.8.3.orig/designer-Qt4Qt5/designer.pro      2014-07-18 
21:42:30.822408448 +0200
+++ QScintilla-gpl-2.8.3/designer-Qt4Qt5/designer.pro   2014-07-18 
21:42:56.153048772 +0200
@@ -4,7 +4,10 @@
 TEMPLATE = lib
 TARGET = qscintillaplugin
 
-CONFIG += release plugin qscintilla2
+CONFIG += release plugin
+
+INCLUDEPATH += ../Qt4Qt5
+LIBS += -L../Qt4Qt5 -lqscintilla2
 
 greaterThan(QT_MAJOR_VERSION, 4) {
     QT += designer




Reply via email to