From f696b7c31f1ea08f0a98fd7201cea9e2e4492ed5 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 15 Mar 2021 15:32:40 +0100 Subject: Conversion to the cmake building system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- src/tools/qstring.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools/qstring.cpp') diff --git a/src/tools/qstring.cpp b/src/tools/qstring.cpp index 26e9b61cd..536951b8e 100644 --- a/src/tools/qstring.cpp +++ b/src/tools/qstring.cpp @@ -38,6 +38,9 @@ ** herein. ** **********************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif // Don't define it while compiling this module, or USERS of TQt will // not be able to link. -- cgit v1.2.3