From e510b6e4661f256a736b1eff42b4b7586acef788 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 7 May 2011 22:57:49 +0200 Subject: include fixes Fixed the include statements added QT+=widgets in examples/network to get them to compile. Will need something better than doing it manually. --- examples/examples.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index c070b3cdd4..3b9e85c0c0 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,3 +1,5 @@ +Qt += widgets + TEMPLATE = subdirs SUBDIRS = \ network \ -- cgit v1.2.3