diff options
author | Alexander Golubev <[email protected]> | 2024-03-12 01:44:05 +0300 |
---|---|---|
committer | Alexander Golubev <[email protected]> | 2024-03-14 00:11:47 +0300 |
commit | 558bc78e5b4a4d78a3e430c84d790eaa0615fe5e (patch) | |
tree | 9e53703045559b095d5389cfc778a2091bc2f6c9 /mkspecs/linux-g++-32/qplatformdefs.h | |
parent | f7642b09c9e61f71e434aeb0ceb330d2ccaa25db (diff) | |
download | tqt3-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.h | 2 |
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 |