summaryrefslogtreecommitdiffstats
path: root/designer/designer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'designer/designer.pro')
-rw-r--r--designer/designer.pro13
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