From 55a3bfadb908d5e2e8a482db7fc8e9427153c8f3 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 26 Dec 2018 22:45:44 +0100 Subject: [PATCH] Update README_BUILD.md --- README_BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_BUILD.md b/README_BUILD.md index da13bdc..685699c 100644 --- a/README_BUILD.md +++ b/README_BUILD.md @@ -39,4 +39,5 @@ BASS and BASS Opus only comes as dynamic libraries and is not open-source. That For Discord RPC, you can download prebuilt static libraries for your platform. Just put them in lib/. For Qt Apng Plugin, you need to compile it statically. This guide does not go into detail how to configure this to build a static library. You may have to add Q_IMPORT_PLUGIN(ApngImagePlugin); in main.cpp. See more about importing static plugins here: http://doc.qt.io/qt-5/plugins-howto.html#static-plugins +It's also possible to just link this dynamically.