diff options
Diffstat (limited to 'tdespell2/ui/Makefile.am')
-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 233996251..a2d3757d3 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 -DQT_NO_COMPAT +KDE_CXXFLAGS = -DKDE_NO_COMPAT -DTQT_NO_COMPAT INCLUDES = -I$(top_srcdir)/tdespell2 $(all_includes) tdespell2includedir = $(includedir)/tdespell2 |