From 574903aecbce951271989da277b8719579524e66 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:08 +0900 Subject: qt -> tqt conversion: QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro --- kjsembed/plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kjsembed/plugin/Makefile.am') diff --git a/kjsembed/plugin/Makefile.am b/kjsembed/plugin/Makefile.am index d55101ba..a3b25e8b 100644 --- a/kjsembed/plugin/Makefile.am +++ b/kjsembed/plugin/Makefile.am @@ -3,7 +3,7 @@ # Make sure the include path includes Qt's uilib INCLUDES= -I$(TQTDIR)/tools/designer/uilib -I$(srcdir)/.. -I.. -I$(top_srcdir) $(all_includes) -INCLUDES += -DQT_NO_ASCII_CAST +INCLUDES += -DTQT_NO_ASCII_CAST kde_module_LTLIBRARIES = libjsconsoleplugin.la -- cgit v1.2.1