blob: 4c8d722b5699905b3de98239b5e0f21738504d63 (
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
LIBPATH += ../tmplib
CONFIG += qt warn_on release plugin
SOURCES += qscintillaplugin.cpp
LIBS += -lqscintilla
|