Skip to content
Snippets Groups Projects
Verified Commit d538d52e authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Initialize Qt Resource for Production Certificates

As this is a library, an initialization macro has to be called to make
sure the Qt resource is loaded and accesible.
parent c9a7a712
Branches master
No related tags found
No related merge requests found
Pipeline #3270 passed with stage
in 24 seconds
......@@ -33,6 +33,7 @@ static void initResourcesOutsideNamespace()
#ifdef LIBFP311ONLINE_LOAD_DEVEL_CERT_RESOURCE
Q_INIT_RESOURCE(devel_cert);
#endif
Q_INIT_RESOURCE(prod_cert);
}
using namespace Fp311Online;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment