Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158116 | Differences between
and this patch

Collapse All | Expand All

(-)designer.pro.ori (-2 / +4 lines)
Lines 4-15 Link Here
4
TEMPLATE = lib
4
TEMPLATE = lib
5
TARGET = qscintillaplugin
5
TARGET = qscintillaplugin
6
6
7
INCLUDEPATH = ../Qt4
8
7
CONFIG += designer release plugin
9
CONFIG += designer release plugin
8
10
9
HEADERS = qscintillaplugin.h
11
HEADERS = qscintillaplugin.h
10
SOURCES = qscintillaplugin.cpp
12
SOURCES = qscintillaplugin.cpp
11
13
12
target.path = $$[QT_INSTALL_PLUGINS]/designer
14
target.path = .
13
INSTALLS += target
15
INSTALLS += target
14
16
15
LIBS += -lqscintilla2
17
LIBS += -L../Qt4 -lqscintilla2

Return to bug 158116