summaryrefslogtreecommitdiffstats
path: root/demos/pathstroke
diff options
context:
space:
mode:
Diffstat (limited to 'demos/pathstroke')
-rw-r--r--demos/pathstroke/pathstroke.h2
-rw-r--r--demos/pathstroke/pathstroke.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/pathstroke/pathstroke.h b/demos/pathstroke/pathstroke.h
index f0360b6648..72b897a994 100644
--- a/demos/pathstroke/pathstroke.h
+++ b/demos/pathstroke/pathstroke.h
@@ -43,7 +43,7 @@
#define PATHSTROKE_H
#include "arthurwidgets.h"
-#include <QtGui>
+#include <QtWidgets>
class PathStrokeRenderer : public ArthurFrame
{
diff --git a/demos/pathstroke/pathstroke.pro b/demos/pathstroke/pathstroke.pro
index 9bbf8a6f77..af6482fb48 100644
--- a/demos/pathstroke/pathstroke.pro
+++ b/demos/pathstroke/pathstroke.pro
@@ -9,7 +9,7 @@ RESOURCES += pathstroke.qrc
contains(QT_CONFIG, opengl) {
DEFINES += QT_OPENGL_SUPPORT
- QT += opengl
+ QT += opengl widgets
}
# install