diff options
Diffstat (limited to 'mkspecs/openbsd-g++/qplatformdefs.h')
| -rw-r--r-- | mkspecs/openbsd-g++/qplatformdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/openbsd-g++/qplatformdefs.h b/mkspecs/openbsd-g++/qplatformdefs.h index 5dea7a473..f878d4f8f 100644 --- a/mkspecs/openbsd-g++/qplatformdefs.h +++ b/mkspecs/openbsd-g++/qplatformdefs.h @@ -13,7 +13,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 |
