diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-10 12:21:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-10 12:21:15 +0900 |
commit | de0664d904516590b4a9bf88615461137ae879bd (patch) | |
tree | 6bc42661e7c9178582564f59a90495943c5faffb /tdespell2/ui | |
parent | 4c9d064005999e447411d6430e1ec653d4b9b112 (diff) | |
download | tdelibs-de0664d904516590b4a9bf88615461137ae879bd.tar.gz tdelibs-de0664d904516590b4a9bf88615461137ae879bd.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdespell2/ui')
-rw-r--r-- | tdespell2/ui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdespell2/ui/Makefile.am b/tdespell2/ui/Makefile.am index a2d3757d3..42837ec1f 100644 --- a/tdespell2/ui/Makefile.am +++ b/tdespell2/ui/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES = libtdespell2.la # Put most of the code in a noinst lib, for the unit tests to be able to use internal classes. noinst_LTLIBRARIES = libtdespell2_noinst.la -KDE_CXXFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT +KDE_CXXFLAGS = -DKDE_NO_COMPAT INCLUDES = -I$(top_srcdir)/tdespell2 $(all_includes) tdespell2includedir = $(includedir)/tdespell2 |