From a08cdce80339dd79a5ed0f02e6eeab72185b6cad Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 21 Jan 2016 10:05:26 +0100 Subject: [PATCH] Fixed: Use icon under Windows --HG-- branch : develop --- code/nel/tools/misc/crash_report/crash_report.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/nel/tools/misc/crash_report/crash_report.cpp b/code/nel/tools/misc/crash_report/crash_report.cpp index 08063d78e..030a623c6 100644 --- a/code/nel/tools/misc/crash_report/crash_report.cpp +++ b/code/nel/tools/misc/crash_report/crash_report.cpp @@ -90,6 +90,8 @@ public: Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) #endif + Q_IMPORT_PLUGIN(QIcoPlugin) + #endif int main(int argc, char **argv)