diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:41 +0900 |
commit | 0911b4d0ca95e61f5f0fff6b48f08974f3cbe809 (patch) | |
tree | 4d346356e423da272ace40db085a1485d8646294 /kstart/Makefile.am | |
parent | 661ed658b788d6b4bee973d0fceeb7cd86be3162 (diff) | |
download | tdebase-0911b4d0ca95e61f5f0fff6b48f08974f3cbe809.tar.gz tdebase-0911b4d0ca95e61f5f0fff6b48f08974f3cbe809.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kstart/Makefile.am')
-rw-r--r-- | kstart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstart/Makefile.am b/kstart/Makefile.am index ab983d6dd..10af2d98f 100644 --- a/kstart/Makefile.am +++ b/kstart/Makefile.am @@ -1,6 +1,6 @@ ####### Fiddle here -AM_CPPFLAGS = -DQT_NO_CAST_ASCII -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT +AM_CPPFLAGS = -DQT_NO_CAST_ASCII -DQT_NO_COMPAT INCLUDES = $(all_includes) |