From 109ddbde51a41712f1257e3071852018ac15d66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 29 Aug 2019 14:24:09 +0200 Subject: [PATCH] Fixed TQT => QT in constant TQT_THREAD_SUPPORT. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- mkspecs/dilos-g++/qplatformdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/dilos-g++/qplatformdefs.h b/mkspecs/dilos-g++/qplatformdefs.h index c27f28d7..fe898438 100644 --- a/mkspecs/dilos-g++/qplatformdefs.h +++ b/mkspecs/dilos-g++/qplatformdefs.h @@ -16,7 +16,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifdef QT_THREAD_SUPPORT #include #endif