diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-27 18:38:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-21 19:58:56 +0900 |
commit | af121719c99a99fc3444d181777a6177f0d59dba (patch) | |
tree | 786cf8548c92daf560733278701d95d3079b1d2f /configure.ac | |
parent | 5b8d2d73599f1a06c2106ef71b9774dada86e076 (diff) | |
download | libksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.tar.gz libksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.zip |
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |