summaryrefslogtreecommitdiffstats
path: root/designer/designer.pro
blob: 78d1fcec0c5d3df5b1e770b3724035b1ec354ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is the qmake file for the QScintilla plugin for Qt Designer.


TEMPLATE = lib
TARGET = qscintillaplugin
# DESTDIR = $(QTDIR)/plugins/designer
INCLUDEPATH = ../qt /usr/include/tqt
LIBPATH += ../tmplib
CONFIG += qt warn_on release plugin

SOURCES += qscintillaplugin.cpp

LIBS += -lqscintilla