added dynamic loading of qapng and fixed mac sound
This commit is contained in:
parent
2a43d56772
commit
110751ac39
@ -26,3 +26,5 @@ CONFIG += c++11
|
|||||||
RESOURCES += resources.qrc
|
RESOURCES += resources.qrc
|
||||||
|
|
||||||
win32:RC_ICONS = resource/logo.ico
|
win32:RC_ICONS = resource/logo.ico
|
||||||
|
|
||||||
|
QTPLUGIN += qapng
|
||||||
|
@ -515,7 +515,7 @@ bool AOOptionsDialog::needs_default_audiodev()
|
|||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
bool AOOptionsDialog::needs_default_audiodev()
|
bool AOOptionsDialog::needs_default_audiodev()
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#error This operating system is not supported.
|
#error This operating system is not supported.
|
||||||
|
Loading…
Reference in New Issue
Block a user