From b54d1c8a63ac40053e8c88da062afe0199314f6a Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 7 Nov 2021 22:57:35 -0500 Subject: Use the prefix-less library name for backtrace.dll. --- qmidiplayer-desktop/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmidiplayer-desktop/main.cpp b/qmidiplayer-desktop/main.cpp index c9408b9..123a360 100644 --- a/qmidiplayer-desktop/main.cpp +++ b/qmidiplayer-desktop/main.cpp @@ -29,7 +29,7 @@ int main(int argc, char **argv) { #ifdef _WIN32 - if (!LoadLibraryA("libbacktrace.dll")) + if (!LoadLibraryA("backtrace.dll")) fputs("Failed to load backtrace library. Stack trace will not be printed if unhandled exception occurs.\n", stderr); #endif QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); -- cgit v1.2.3