diff options
Diffstat (limited to 'mkspecs/tru64-cxx')
-rw-r--r-- | mkspecs/tru64-cxx/qplatformdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/tru64-cxx/qplatformdefs.h b/mkspecs/tru64-cxx/qplatformdefs.h index 0352722..adf5a3f 100644 --- a/mkspecs/tru64-cxx/qplatformdefs.h +++ b/mkspecs/tru64-cxx/qplatformdefs.h @@ -13,7 +13,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif |