summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++-32/qplatformdefs.h
diff options
context:
space:
mode:
authorAlexander Golubev <[email protected]>2024-03-12 01:44:05 +0300
committerAlexander Golubev <[email protected]>2024-03-14 00:11:47 +0300
commit558bc78e5b4a4d78a3e430c84d790eaa0615fe5e (patch)
tree9e53703045559b095d5389cfc778a2091bc2f6c9 /mkspecs/linux-g++-32/qplatformdefs.h
parentf7642b09c9e61f71e434aeb0ceb330d2ccaa25db (diff)
downloadtqt3-558bc78e5b4a4d78a3e430c84d790eaa0615fe5e.tar.gz
tqt3-558bc78e5b4a4d78a3e430c84d790eaa0615fe5e.zip
TQT_THREAD_SUPPORT->!TQT_NO_THREAD: update mkspecs
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'mkspecs/linux-g++-32/qplatformdefs.h')
-rw-r--r--mkspecs/linux-g++-32/qplatformdefs.h2
1 files changed, 1 insertions, 1 deletions
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 <pthread.h>
#endif