diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:36:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-30 11:36:13 -0600 |
commit | 664e37abfe5c796c1279b8295fb030f126b0a7d8 (patch) | |
tree | 85f4e661e5c615f01ee1cdf51ca1250b96efe315 /designer/designer.pro | |
download | tqscintilla-664e37abfe5c796c1279b8295fb030f126b0a7d8.tar.gz tqscintilla-664e37abfe5c796c1279b8295fb030f126b0a7d8.zip |
Initial import of qscintilla from 2007
Diffstat (limited to 'designer/designer.pro')
-rw-r--r-- | designer/designer.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/designer/designer.pro b/designer/designer.pro new file mode 100644 index 0000000..4c8d722 --- /dev/null +++ b/designer/designer.pro @@ -0,0 +1,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 |