summaryrefslogtreecommitdiffstats
path: root/mkspecs/qws
diff options
context:
space:
mode:
authorMorten Sorvig <msorvig@trolltech.com>2011-03-16 11:19:45 (GMT)
committerMorten Sorvig <msorvig@trolltech.com>2011-03-16 13:37:47 (GMT)
commitd376a506cc25dc2beb5c88ded145bc5e807f9f85 (patch)
treef8cf2c061888e33837b69749a6dd048989e56df0 /mkspecs/qws
parent8ec40d6de585315e0a4bd4f533a9113e836c8436 (diff)
downloadQt-d376a506cc25dc2beb5c88ded145bc5e807f9f85.zip
Qt-d376a506cc25dc2beb5c88ded145bc5e807f9f85.tar.gz
Qt-d376a506cc25dc2beb5c88ded145bc5e807f9f85.tar.bz2
Rename qnaclunimplemented -> qfunctions_nacl
(Match the existing files for wince and vxworks.)
Diffstat (limited to 'mkspecs/qws')
-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 70572bf..ec8ca8f 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 f893238..05b133f 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