diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-12 01:44:05 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-14 00:11:47 +0300 |
commit | 558bc78e5b4a4d78a3e430c84d790eaa0615fe5e (patch) | |
tree | 9e53703045559b095d5389cfc778a2091bc2f6c9 /mkspecs/dgux-g++ | |
parent | f7642b09c9e61f71e434aeb0ceb330d2ccaa25db (diff) | |
download | tqt3-558bc78e5b4a4d78a3e430c84d790eaa0615fe5e.tar.gz tqt3-558bc78e5b4a4d78a3e430c84d790eaa0615fe5e.zip |
TQT_THREAD_SUPPORT->!TQT_NO_THREAD: update mkspecs
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'mkspecs/dgux-g++')
-rw-r--r-- | mkspecs/dgux-g++/qplatformdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/dgux-g++/qplatformdefs.h b/mkspecs/dgux-g++/qplatformdefs.h index 50c266b1b..996de4065 100644 --- a/mkspecs/dgux-g++/qplatformdefs.h +++ b/mkspecs/dgux-g++/qplatformdefs.h @@ -18,7 +18,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 |