added dynamic loading of qapng and fixed mac sound

This commit is contained in:
David Skoland 2018-12-26 22:19:49 +01:00
parent 2a43d56772
commit 110751ac39
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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.