From fa7c9bbe1cc71a16835c373095515513ab5949db Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 5 Jun 2012 14:36:41 +0200 Subject: Remove useless "QT += widgets" These .pro files have TEMPLATE=subdirs, so there's no reason to be adding libraries here. Change-Id: I0fb0a44107710ee746d354106d0c46006958ee62 Reviewed-by: Oswald Buddenhagen --- examples/qtconcurrent/qtconcurrent.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/qtconcurrent') diff --git a/examples/qtconcurrent/qtconcurrent.pro b/examples/qtconcurrent/qtconcurrent.pro index e4a366d9bb..4e5fd6ed7d 100644 --- a/examples/qtconcurrent/qtconcurrent.pro +++ b/examples/qtconcurrent/qtconcurrent.pro @@ -13,5 +13,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent INSTALLS += target sources - -QT += widgets -- cgit v1.2.3