aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qmidiplayer-desktop/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);