From bb5b733cc00a3fa0882302fb5411ba2191a1a754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 26 Sep 2018 01:33:46 +0200 Subject: [PATCH] qt_includes => tqt_includes conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in.in b/configure.in.in index 0e9fa12a..07b3515e 100644 --- a/configure.in.in +++ b/configure.in.in @@ -122,6 +122,6 @@ hpux11*) ;; esac -dnl AC_CHECK_FILE([$qt_includes/qassistantclient.h], [],[AC_MSG_ERROR([The qassistantclient.h header from Qt3 is needed to build tdevelop, on some systems this header is in a separate package called qt3-apps-dev])]) +dnl AC_CHECK_FILE([$tqt_includes/qassistantclient.h], [],[AC_MSG_ERROR([The qassistantclient.h header from Qt3 is needed to build tdevelop, on some systems this header is in a separate package called qt3-apps-dev])]) KDE_INIT_DOXYGEN([KDevelop], [Version $VERSION])