Merge pull request #840 from sarahkeefe/stable-1.0

Fix for issue #837 - Compile issue on OS X - include file Qt/qglobal.h not found
This commit is contained in:
Tobias Doerffel
2014-06-15 23:29:46 +02:00

View File

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