summaryrefslogtreecommitdiffstats
path: root/tdespell2/ui/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-10 12:21:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-11 18:05:52 +0900
commiteebb278115b65c2ee046dc8183197029564766f3 (patch)
treeca30c657d5feb19b80c09c04e7e016ae29898a89 /tdespell2/ui/Makefile.am
parent1070f24afc4d8965f939d0ec7ea0a68661666a03 (diff)
downloadtdelibs-eebb278115b65c2ee046dc8183197029564766f3.tar.gz
tdelibs-eebb278115b65c2ee046dc8183197029564766f3.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit de0664d904516590b4a9bf88615461137ae879bd)
Diffstat (limited to 'tdespell2/ui/Makefile.am')
-rw-r--r--tdespell2/ui/Makefile.am2
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