remove QT+=widgets from SUBDIRS projects
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Fri, 14 Dec 2012 19:23:58 +0000 (20:23 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 16 Dec 2012 21:16:06 +0000 (22:16 +0100)
it makes no sense whatsoever

Change-Id: Ida65c7fb02e53bd3d1ccb319bdbcbec4c836b871
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
examples/linguist/linguist.pro
examples/uitools/uitools.pro

index 6109ef0..79e9682 100644 (file)
@@ -2,5 +2,3 @@ TEMPLATE      = subdirs
 SUBDIRS       = arrowpad \
                 hellotr \
                 trollprint
-
-QT += widgets
index 659e653..c2e3c34 100644 (file)
@@ -2,5 +2,3 @@ TEMPLATE      = subdirs
 SUBDIRS       = multipleinheritance
 
 !wince*:contains(QT_BUILD_PARTS, tools): SUBDIRS += textfinder
-
-QT += widgets