From ef30a591219ca80ee9c745e9953f785be98828df Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 5 Jun 2012 09:12:28 +0200 Subject: [PATCH] Remove widgets dependency from xmlstreamlint example Change-Id: I2c7609077bd18864ffd9b2ba5086eb590aff3df0 Reviewed-by: Lars Knoll --- examples/xml/xmlstreamlint/xmlstreamlint.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xml/xmlstreamlint/xmlstreamlint.pro b/examples/xml/xmlstreamlint/xmlstreamlint.pro index cfcecf0..2c22e7b 100644 --- a/examples/xml/xmlstreamlint/xmlstreamlint.pro +++ b/examples/xml/xmlstreamlint/xmlstreamlint.pro @@ -1,6 +1,6 @@ CONFIG += console QT -= gui -QT += xml widgets +QT += xml SOURCES += main.cpp # install -- 2.7.4