diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:08 +0900 |
commit | 574903aecbce951271989da277b8719579524e66 (patch) | |
tree | daf1d497787e6a71e51fd4e47570a81dc4c82f06 /kjsembed/Makefile.am | |
parent | aac4148223dae03eb97e2de5167369ec60d15625 (diff) | |
download | tdebindings-574903aecbce951271989da277b8719579524e66.tar.gz tdebindings-574903aecbce951271989da277b8719579524e66.zip |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/Makefile.am')
-rw-r--r-- | kjsembed/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/Makefile.am b/kjsembed/Makefile.am index 5959b552..1c8b3477 100644 --- a/kjsembed/Makefile.am +++ b/kjsembed/Makefile.am @@ -4,7 +4,7 @@ AM_CXXFLAGS = -frtti # Make sure the include path includes Qt's uilib INCLUDES = -I$(TQTDIR)/tools/designer/uilib -I$(srcdir)/.. $(all_includes) -INCLUDES += -DQT_NO_ASCII_CAST +INCLUDES += -DTQT_NO_ASCII_CAST SUBDIRS = bindings builtins qtbindings . plugin plugins tdescript stdlib cpptests docs |