From 558bc78e5b4a4d78a3e430c84d790eaa0615fe5e Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 12 Mar 2024 01:44:05 +0300 Subject: TQT_THREAD_SUPPORT->!TQT_NO_THREAD: update mkspecs Signed-off-by: Alexander Golubev --- mkspecs/linux-g++-32/qplatformdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/linux-g++-32/qplatformdefs.h') diff --git a/mkspecs/linux-g++-32/qplatformdefs.h b/mkspecs/linux-g++-32/qplatformdefs.h index c770770f3..8960821e2 100644 --- a/mkspecs/linux-g++-32/qplatformdefs.h +++ b/mkspecs/linux-g++-32/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif -- cgit v1.2.1