@@ -163,7 +163,7 @@ ifdef WANT_WIN_QT6
|
|||||||
QTCXXFLAGS += -std=c++17 -I $(QTDIR)/include -I $(QTDIR)/include/QtCore
|
QTCXXFLAGS += -std=c++17 -I $(QTDIR)/include -I $(QTDIR)/include/QtCore
|
||||||
MOC = moc
|
MOC = moc
|
||||||
MOCPATH = $(QTDIR)/share/qt/libexec/moc
|
MOCPATH = $(QTDIR)/share/qt/libexec/moc
|
||||||
WINLIB += -F $(QTDIR)/Frameworks -framework QtCore -framework QtGui -framework QtWidgets -framework QtMultimedia
|
WINLIB += -F $(QTDIR)/Frameworks -framework QtCore -framework QtGui -framework QtWidgets
|
||||||
endif # WANT_WIN_QT6
|
endif # WANT_WIN_QT6
|
||||||
WINSRC += $(WINQTSRC)
|
WINSRC += $(WINQTSRC)
|
||||||
WINOBJ0 += $(WINQTOBJ)
|
WINOBJ0 += $(WINQTOBJ)
|
||||||
|
|||||||
@@ -19,11 +19,7 @@ extern "C" {
|
|||||||
#else
|
#else
|
||||||
/* Qt6 or above */
|
/* Qt6 or above */
|
||||||
#include <QtWidgets/QtWidgets>
|
#include <QtWidgets/QtWidgets>
|
||||||
#ifdef MACOS
|
|
||||||
#include <QtMultimedia/QSoundEffect>
|
|
||||||
#else
|
|
||||||
#include <QSoundEffect>
|
#include <QSoundEffect>
|
||||||
#endif
|
|
||||||
#endif /* QT_VERSION */
|
#endif /* QT_VERSION */
|
||||||
#include "qt_post.h"
|
#include "qt_post.h"
|
||||||
#include "qt_bind.h"
|
#include "qt_bind.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user