diff options
| author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 05:08:26 +1100 | 
|---|---|---|
| committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2015-02-19 05:22:04 +1100 | 
| commit | 67c17cc48bc3a2914d8e6ecb39ec1fb54b4806aa (patch) | |
| tree | 006bc568c36bb43a4dbaed17c8ffb0d0dbdcb12f /heimdall-frontend/source | |
| parent | b22ae7b89f7993f632e10e18c116f293f314575f (diff) | |
| download | external_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')
| -rw-r--r-- | heimdall-frontend/source/main.cpp | 2 | 
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;
  | 
