summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMorten Sorvig <msorvig@trolltech.com>2011-03-16 12:19:45 +0100
committerMorten Sorvig <msorvig@trolltech.com>2011-03-16 14:37:47 +0100
commitd376a506cc25dc2beb5c88ded145bc5e807f9f85 (patch)
treef8cf2c061888e33837b69749a6dd048989e56df0 /mkspecs
parent8ec40d6de585315e0a4bd4f533a9113e836c8436 (diff)
Rename qnaclunimplemented -> qfunctions_nacl
(Match the existing files for wince and vxworks.)
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/qws/linux-nacl-g++/qplatformdefs.h2
-rw-r--r--mkspecs/qws/macx-nacl-g++/qplatformdefs.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/mkspecs/qws/linux-nacl-g++/qplatformdefs.h b/mkspecs/qws/linux-nacl-g++/qplatformdefs.h
index 70572bfb23..ec8ca8f768 100644
--- a/mkspecs/qws/linux-nacl-g++/qplatformdefs.h
+++ b/mkspecs/qws/linux-nacl-g++/qplatformdefs.h
@@ -59,6 +59,8 @@
#define PATH_MAX 256
#include "../../common/posix/qplatformdefs.h"
+#include "qfunctions_nacl.h"
+#include <pthread.h>
#undef QT_LSTAT
#define QT_LSTAT QT_STAT
diff --git a/mkspecs/qws/macx-nacl-g++/qplatformdefs.h b/mkspecs/qws/macx-nacl-g++/qplatformdefs.h
index f893238cf8..05b133f15d 100644
--- a/mkspecs/qws/macx-nacl-g++/qplatformdefs.h
+++ b/mkspecs/qws/macx-nacl-g++/qplatformdefs.h
@@ -58,6 +58,8 @@
#define PATH_MAX 256
#include "../../common/posix/qplatformdefs.h"
+#include "qfunctions_nacl.h"
+#include <pthread.h>
#undef QT_LSTAT
#define QT_LSTAT QT_STAT