diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:51 +0900 |
commit | 0896465ce705beabf8562afbabd49f8b92bf3412 (patch) | |
tree | de0f6325133890287757ec14c35b0a8020603fcd /designer | |
parent | d367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d (diff) | |
download | tqscintilla-0896465ce705beabf8562afbabd49f8b92bf3412.tar.gz tqscintilla-0896465ce705beabf8562afbabd49f8b92bf3412.zip |
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'designer')
-rw-r--r-- | designer/designer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/designer/designer.pro b/designer/designer.pro index 78d1fce..068a795 100644 --- a/designer/designer.pro +++ b/designer/designer.pro @@ -3,7 +3,7 @@ TEMPLATE = lib TARGET = qscintillaplugin -# DESTDIR = $(QTDIR)/plugins/designer +# DESTDIR = $(TQTDIR)/plugins/designer INCLUDEPATH = ../qt /usr/include/tqt LIBPATH += ../tmplib CONFIG += qt warn_on release plugin |