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/plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kjsembed/plugin') 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 -- cgit v1.2.3