summaryrefslogtreecommitdiffstats
path: root/designer/designer.pro
blob: 068a795233064fad552f43a1d2764f15d321f7d7 (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 = $(TQTDIR)/plugins/designer
INCLUDEPATH = ../qt /usr/include/tqt
LIBPATH += ../tmplib
CONFIG += qt warn_on release plugin

SOURCES += qscintillaplugin.cpp

LIBS += -lqscintilla