From af121719c99a99fc3444d181777a6177f0d59dba Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 27 May 2023 18:38:14 +0900 Subject: Conversion to cmake building system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c54d6e4..c4ad72c 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,9 @@ KDE_PROG_LIBTOOL # AM_PROG_CC_C_O +KDE_USE_TQT(3.1) +AC_PATH_KDE + # Checks for header files. AC_HEADER_STDC -- cgit v1.2.1