summaryrefslogtreecommitdiff
path: root/examples/scroller/plot/plot.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-01-06 16:14:03 +0100
committerSimon Hausmann <simon.hausmann@nokia.com>2012-01-09 08:01:30 +0100
commitd0dac4f4bf00810cf61a5a774a5b4d100fa802ba (patch)
tree845802baa69d6a58053ace96851c29e9978d0325 /examples/scroller/plot/plot.pro
parent8c1beff1a8c2620ad645124dc2a4e097ca80bc29 (diff)
downloadqtwebkit-examples-d0dac4f4bf00810cf61a5a774a5b4d100fa802ba.tar.gz
Fix compilation
Use QtWidgets where needed and ran fixqt4headers. Change-Id: I000b76009a1a26317d747203ebaca0ec445f8753 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'examples/scroller/plot/plot.pro')
-rw-r--r--examples/scroller/plot/plot.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scroller/plot/plot.pro b/examples/scroller/plot/plot.pro
index b23a3c0..6d670e5 100644
--- a/examples/scroller/plot/plot.pro
+++ b/examples/scroller/plot/plot.pro
@@ -4,7 +4,7 @@ SOURCES = settingswidget.cpp \
plotwidget.cpp \
main.cpp
-QT += webkit
+QT += webkit widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtwebkit-examples-and-demos/scroller/plot