diff options
author | Morten Sorvig <msorvig@trolltech.com> | 2011-03-16 11:19:45 (GMT) |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2011-03-16 13:37:47 (GMT) |
commit | d376a506cc25dc2beb5c88ded145bc5e807f9f85 (patch) | |
tree | f8cf2c061888e33837b69749a6dd048989e56df0 /mkspecs/qws | |
parent | 8ec40d6de585315e0a4bd4f533a9113e836c8436 (diff) | |
download | Qt-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.h | 2 | ||||
-rw-r--r-- | mkspecs/qws/macx-nacl-g++/qplatformdefs.h | 2 |
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 |