mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-23 00:13:14 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user