aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2021-11-07 22:57:35 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2021-11-07 22:57:35 -0500
commitb54d1c8a63ac40053e8c88da062afe0199314f6a (patch)
tree6b1ccd47515c5036d9f8abb9aa6a554ac8effa61 /qmidiplayer-desktop
parentf41f3f96657644b12a32d2211110dea1b60aa1f0 (diff)
downloadQMidiPlayer-b54d1c8a63ac40053e8c88da062afe0199314f6a.tar.xz
Use the prefix-less library name for backtrace.dll.
Diffstat (limited to 'qmidiplayer-desktop')
-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);