Magellan Linux

Contents of /trunk/qscintilla-qt4/patches/qscintilla-qt4-2.4-designer.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 836 - (show annotations) (download)
Tue Jun 9 20:47:32 2009 UTC (14 years, 11 months ago) by niro
File size: 1042 byte(s)
qscintilla-qt4 patches

1 diff -Naur QScintilla-gpl-2.4.orig/designer-Qt3/designer.pro QScintilla-gpl-2.4/designer-Qt3/designer.pro
2 --- QScintilla-gpl-2.4.orig/designer-Qt3/designer.pro 2009-06-07 21:55:35.000000000 +0200
3 +++ QScintilla-gpl-2.4/designer-Qt3/designer.pro 2009-06-07 22:01:14.000000000 +0200
4 @@ -3,10 +3,13 @@
5
6 TEMPLATE = lib
7 TARGET = qscintillaplugin
8 -DESTDIR = $(QTDIR)/plugins/designer
9
10 CONFIG += qt warn_on release plugin
11
12 SOURCES += qscintillaplugin.cpp
13
14 -LIBS += -lqscintilla2
15 +target.path = $(QTDIR)/plugins/designer
16 +INSTALLS += target
17 +
18 +INCLUDEPATH = ../Qt3
19 +LIBS += -L../Qt3 -lqscintilla2
20 diff -Naur QScintilla-gpl-2.4.orig/designer-Qt4/designer.pro QScintilla-gpl-2.4/designer-Qt4/designer.pro
21 --- QScintilla-gpl-2.4.orig/designer-Qt4/designer.pro 2009-06-07 21:55:35.000000000 +0200
22 +++ QScintilla-gpl-2.4/designer-Qt4/designer.pro 2009-06-07 21:57:46.000000000 +0200
23 @@ -12,4 +12,5 @@
24 target.path = $$[QT_INSTALL_PLUGINS]/designer
25 INSTALLS += target
26
27 -LIBS += -lqscintilla2
28 +INCLUDEPATH = ../Qt4
29 +LIBS += -L../Qt4 -lqscintilla2