Replacing <Qt/global.h> includes with <QtGlobal> to fix compile issue on OS X
This commit is contained in:
1 parent
34a4c27761
commit
91519898d0
1 file changed
+2
-2
@@ -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>
|
||||
|
||||
Reference in new issue
Block a user