From 39b48f2357b0b783815be88031b738376fa228e0 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 19 Feb 2015 02:51:00 +1100 Subject: Upgrade Heimdall Frontend to Qt5 and build with cmake --- heimdall-frontend/Source/main.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'heimdall-frontend/Source/main.cpp') diff --git a/heimdall-frontend/Source/main.cpp b/heimdall-frontend/Source/main.cpp index 41e018d..c327b63 100644 --- a/heimdall-frontend/Source/main.cpp +++ b/heimdall-frontend/Source/main.cpp @@ -19,17 +19,20 @@ THE SOFTWARE.*/ // Qt -#include +#include +#include // Heimdall Frontend #include "mainwindow.h" +Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin); + using namespace HeimdallFrontend; int main(int argc, char *argv[]) { QApplication application(argc, argv); - + MainWindow window; window.show(); -- cgit v1.1