summaryrefslogtreecommitdiffstats
path: root/kjsembed
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:56 +0900
commitaac4148223dae03eb97e2de5167369ec60d15625 (patch)
tree15a1b85f574d01715ed5e63e84a9ffa0472151bd /kjsembed
parent06fc5b2200e1816c1403513fef885b0a764a418d (diff)
downloadtdebindings-aac4148223dae03eb97e2de5167369ec60d15625.tar.gz
tdebindings-aac4148223dae03eb97e2de5167369ec60d15625.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 'kjsembed')
-rw-r--r--kjsembed/Makefile.am2
-rw-r--r--kjsembed/cpptests/jsaccess/Makefile.am2
-rw-r--r--kjsembed/plugin/Makefile.am2
-rw-r--r--kjsembed/qjsembed.nsi2
4 files changed, 4 insertions, 4 deletions
diff --git a/kjsembed/Makefile.am b/kjsembed/Makefile.am
index a2743ae8..5959b552 100644
--- a/kjsembed/Makefile.am
+++ b/kjsembed/Makefile.am
@@ -2,7 +2,7 @@
AM_CXXFLAGS = -frtti
# Make sure the include path includes Qt's uilib
-INCLUDES = -I$(QTDIR)/tools/designer/uilib -I$(srcdir)/.. $(all_includes)
+INCLUDES = -I$(TQTDIR)/tools/designer/uilib -I$(srcdir)/.. $(all_includes)
INCLUDES += -DQT_NO_ASCII_CAST
diff --git a/kjsembed/cpptests/jsaccess/Makefile.am b/kjsembed/cpptests/jsaccess/Makefile.am
index 3dee5ff9..9a3c15d3 100644
--- a/kjsembed/cpptests/jsaccess/Makefile.am
+++ b/kjsembed/cpptests/jsaccess/Makefile.am
@@ -1,7 +1,7 @@
# -*- makefile -*-
# Make sure the include path includes Qt's uilib
-INCLUDES = -I$(QTDIR)/tools/designer/uilib -I$(srcdir)/../../../.. -I.. -I$(top_srcdir) $(all_includes)
+INCLUDES = -I$(TQTDIR)/tools/designer/uilib -I$(srcdir)/../../../.. -I.. -I$(top_srcdir) $(all_includes)
INCLUDES += -DQT_NO_ASCII_CAST
diff --git a/kjsembed/plugin/Makefile.am b/kjsembed/plugin/Makefile.am
index 2a75ff87..d55101ba 100644
--- a/kjsembed/plugin/Makefile.am
+++ b/kjsembed/plugin/Makefile.am
@@ -1,7 +1,7 @@
# -*- makefile -*-
# Make sure the include path includes Qt's uilib
-INCLUDES= -I$(QTDIR)/tools/designer/uilib -I$(srcdir)/.. -I.. -I$(top_srcdir) $(all_includes)
+INCLUDES= -I$(TQTDIR)/tools/designer/uilib -I$(srcdir)/.. -I.. -I$(top_srcdir) $(all_includes)
INCLUDES += -DQT_NO_ASCII_CAST
diff --git a/kjsembed/qjsembed.nsi b/kjsembed/qjsembed.nsi
index ca265461..10b07e43 100644
--- a/kjsembed/qjsembed.nsi
+++ b/kjsembed/qjsembed.nsi
@@ -99,7 +99,7 @@ Section "${APP_NAME} Runtime" secRuntime
File qjscmd\qjscmd.exe
File qjscmdw\qjscmdw.exe
File stdlib\cmdline.js
- File "$%QTDIR%\bin\tqt-mt*.dll"
+ File "$%TQTDIR%\bin\tqt-mt*.dll"
SectionEnd
Section "${APP_NAME} Source" secSrc