summaryrefslogtreecommitdiffstats
path: root/qt/qscintilla.pro
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:51 +0900
commit0896465ce705beabf8562afbabd49f8b92bf3412 (patch)
treede0f6325133890287757ec14c35b0a8020603fcd /qt/qscintilla.pro
parentd367e9f82ac7ce6f21c3d951d04ba80cc0dd8f6d (diff)
downloadtqscintilla-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 'qt/qscintilla.pro')
-rw-r--r--qt/qscintilla.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt/qscintilla.pro b/qt/qscintilla.pro
index 53ba137..3e13fbd 100644
--- a/qt/qscintilla.pro
+++ b/qt/qscintilla.pro
@@ -25,7 +25,7 @@ unix:VERSION = 7.0.1
TEMPLATE = lib
TARGET = qscintilla
-# DESTDIR = $(QTDIR)/lib
+# DESTDIR = $(TQTDIR)/lib
CONFIG += qt warn_off release dll thread
INCLUDEPATH = . ../include ../src /usr/include/tqt
DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER
@@ -211,10 +211,10 @@ TRANSLATIONS = \
qscintilla_ru.ts
-header.path = $(QTDIR)/include
+header.path = $(TQTDIR)/include
header.files = qextscintilla*.h
-trans.path = $(QTDIR)/translations
+trans.path = $(TQTDIR)/translations
trans.files = qscintilla_*.qm
INSTALLS += header trans