aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/source/main.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-02-19 05:08:26 +1100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-02-19 05:22:04 +1100
commit67c17cc48bc3a2914d8e6ecb39ec1fb54b4806aa (patch)
tree006bc568c36bb43a4dbaed17c8ffb0d0dbdcb12f /heimdall-frontend/source/main.cpp
parentb22ae7b89f7993f632e10e18c116f293f314575f (diff)
downloadexternal_heimdall-67c17cc48bc3a2914d8e6ecb39ec1fb54b4806aa.zip
external_heimdall-67c17cc48bc3a2914d8e6ecb39ec1fb54b4806aa.tar.gz
external_heimdall-67c17cc48bc3a2914d8e6ecb39ec1fb54b4806aa.tar.bz2
Fix Unix build issues and work-around Qt5 Mac UI bugs
Diffstat (limited to 'heimdall-frontend/source/main.cpp')
-rw-r--r--heimdall-frontend/source/main.cpp2
1 files changed, 2 insertions, 0 deletions
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;