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