blob: ce41ce5e50a526cc420c33e2fb4d9c9cc8e55917 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This is the qmake file for the TQScintilla plugin for TQt Designer.
TEMPLATE = lib
TARGET = tqscintillaplugin
# DESTDIR = $(TQTDIR)/plugins/designer
INCLUDEPATH = ../tqt /usr/include/tqt
LIBPATH += ../tmplib
CONFIG += qt warn_on release plugin
SOURCES += tqscintillaplugin.cpp
LIBS += -ltqscintilla
|