diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 01:40:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-09 02:07:16 +0100 |
commit | 347f0b28701932eba7eb063d9093e446b81debae (patch) | |
tree | b6941843b550f83221b13a3b2643b5a95cd428db /designer/designer.pro | |
parent | 5da5cb1c824c608159126a82011d8a8943b360e0 (diff) | |
download | tqscintilla-347f0b28701932eba7eb063d9093e446b81debae.tar.gz tqscintilla-347f0b28701932eba7eb063d9093e446b81debae.zip |
Rename Qt => TQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 |