From 67c17cc48bc3a2914d8e6ecb39ec1fb54b4806aa Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 19 Feb 2015 05:08:26 +1100 Subject: Fix Unix build issues and work-around Qt5 Mac UI bugs --- heimdall-frontend/source/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'heimdall-frontend/source') diff --git a/heimdall-frontend/source/main.cpp b/heimdall-frontend/source/main.cpp index c327b63..5d70e28 100644 --- a/heimdall-frontend/source/main.cpp +++ b/heimdall-frontend/source/main.cpp @@ -25,7 +25,9 @@ // Heimdall Frontend #include "mainwindow.h" +#if defined(QT_STATIC) Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin); +#endif using namespace HeimdallFrontend; -- cgit v1.2.3