From aac4148223dae03eb97e2de5167369ec60d15625 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:56 +0900 Subject: 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 --- kjsembed/Makefile.am | 2 +- kjsembed/cpptests/jsaccess/Makefile.am | 2 +- kjsembed/plugin/Makefile.am | 2 +- kjsembed/qjsembed.nsi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kjsembed') 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 -- cgit v1.2.3