diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:43 +0900 |
commit | 2cd0c8be29a06489850cecab7a76924bf76881f2 (patch) | |
tree | a6398bad0f8f32dfd56e8b21437fd627ab7c7047 /kjsembed/cpptests | |
parent | a6fa759af695d54430a2d15aea493e65d48a0073 (diff) | |
download | tdebindings-2cd0c8be29a06489850cecab7a76924bf76881f2.tar.gz tdebindings-2cd0c8be29a06489850cecab7a76924bf76881f2.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/cpptests')
-rw-r--r-- | kjsembed/cpptests/jsaccess/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/cpptests/jsaccess/Makefile.am b/kjsembed/cpptests/jsaccess/Makefile.am index 69feea06..3dee5ff9 100644 --- a/kjsembed/cpptests/jsaccess/Makefile.am +++ b/kjsembed/cpptests/jsaccess/Makefile.am @@ -3,7 +3,7 @@ # Make sure the include path includes Qt's uilib INCLUDES = -I$(QTDIR)/tools/designer/uilib -I$(srcdir)/../../../.. -I.. -I$(top_srcdir) $(all_includes) -INCLUDES += -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST +INCLUDES += -DQT_NO_ASCII_CAST noinst_PROGRAMS = jsaccess |