diff options
Diffstat (limited to 'designer/designer.pro')
-rw-r--r-- | designer/designer.pro | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/designer/designer.pro b/designer/designer.pro index 068a795..ce41ce5 100644 --- a/designer/designer.pro +++ b/designer/designer.pro @@ -1,13 +1,13 @@ -# This is the qmake file for the QScintilla plugin for Qt Designer. +# This is the qmake file for the TQScintilla plugin for TQt Designer. TEMPLATE = lib -TARGET = qscintillaplugin +TARGET = tqscintillaplugin # DESTDIR = $(TQTDIR)/plugins/designer -INCLUDEPATH = ../qt /usr/include/tqt +INCLUDEPATH = ../tqt /usr/include/tqt LIBPATH += ../tmplib CONFIG += qt warn_on release plugin -SOURCES += qscintillaplugin.cpp +SOURCES += tqscintillaplugin.cpp -LIBS += -lqscintilla +LIBS += -ltqscintilla |