From 68f20592b5f20ea559c363305e1e1793e9c3640f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 15 Nov 2017 10:16:41 +0100 Subject: qt5 port --- src/beamergui.pro | 2 +- src/main.cpp | 2 +- src/widget.cpp | 2 +- src/widget.h | 4 +--- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/beamergui.pro b/src/beamergui.pro index 3ff480a..1b9ee2a 100644 --- a/src/beamergui.pro +++ b/src/beamergui.pro @@ -6,7 +6,7 @@ QT += core gui # qt4 -#QT += widgets # qt5 +QT += widgets # qt5 TARGET = beamergui TEMPLATE = app diff --git a/src/main.cpp b/src/main.cpp index 7c2daab..8f90cd7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ // Copyright 2013, University of Freiburg, // Author: Manuel Schneider -#include // for Qt4 +#include // for Qt4 #include "widget.h" int main(int argc, char *argv[]) diff --git a/src/widget.cpp b/src/widget.cpp index 3e23385..b3a559f 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -5,7 +5,7 @@ #include #include -#include +#include #include "widget.h" #include "ui_widget.h" diff --git a/src/widget.h b/src/widget.h index 4d0df14..55caa63 100644 --- a/src/widget.h +++ b/src/widget.h @@ -4,9 +4,7 @@ #ifndef WIDGET_H #define WIDGET_H -#include // for Qt4 -#include // for Qt4 -//#include // for Qt5 +#include // for Qt5 #include #include -- cgit v1.2.3-55-g7522