summaryrefslogtreecommitdiff
path: root/examples/webkit/framecapture
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkit/framecapture')
-rw-r--r--examples/webkit/framecapture/framecapture.pro2
-rw-r--r--examples/webkit/framecapture/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/webkit/framecapture/framecapture.pro b/examples/webkit/framecapture/framecapture.pro
index 8880259..3f39bef 100644
--- a/examples/webkit/framecapture/framecapture.pro
+++ b/examples/webkit/framecapture/framecapture.pro
@@ -1,4 +1,4 @@
-QT += webkit network
+QT += webkit network widgets
HEADERS = framecapture.h
SOURCES = main.cpp \
diff --git a/examples/webkit/framecapture/main.cpp b/examples/webkit/framecapture/main.cpp
index 867787e..c73718c 100644
--- a/examples/webkit/framecapture/main.cpp
+++ b/examples/webkit/framecapture/main.cpp
@@ -41,7 +41,7 @@
#include "framecapture.h"
#include <iostream>
-#include <QtGui>
+#include <QtWidgets>
int main(int argc, char * argv[])
{