Replacing <Qt/global.h> includes with <QtGlobal> to fix compile issue on OS X

This commit is contained in:
sarahkeefe
2014-06-11 13:21:01 -04:00
parent 34a4c27761
commit 91519898d0

View File

@@ -52,7 +52,7 @@
#include <process.h>
#endif
#include <Qt/qglobal.h>
#include <QtGlobal>
#if QT_VERSION >= 0x040400
#include <QtCore/QSystemSemaphore>
@@ -75,7 +75,7 @@
#ifdef USE_QT_SHMEM
#include <Qt/qglobal.h>
#include <QtGlobal>
#if QT_VERSION >= 0x040400
#include <QtCore/QSharedMemory>