summaryrefslogtreecommitdiffstats
path: root/kjsembed
diff options
context:
space:
mode:
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