summaryrefslogtreecommitdiffstats
path: root/mkspecs/darwin-g++
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/darwin-g++')
-rw-r--r--mkspecs/darwin-g++/qplatformdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/darwin-g++/qplatformdefs.h b/mkspecs/darwin-g++/qplatformdefs.h
index 0ad4f6b5..8b72e3f3 100644
--- a/mkspecs/darwin-g++/qplatformdefs.h
+++ b/mkspecs/darwin-g++/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