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 <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
8a5a986828
commit
fa7c9bbe1c
@ -32,5 +32,3 @@ SUBDIRS = \
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network
|
||||
INSTALLS += sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -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
|
||||
|
@ -6,5 +6,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtestlib.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -9,5 +9,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -1,3 +1,2 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += graphicsview
|
||||
QT += widgets
|
||||
|
@ -22,5 +22,3 @@ SUBDIRS = books \
|
||||
sources.files = connection.h sql.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql
|
||||
INSTALLS += sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -16,4 +16,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
|
||||
INSTALLS += target sources
|
||||
QT += widgets
|
||||
|
@ -9,5 +9,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -22,5 +22,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -1,3 +1,2 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = pinchzoom fingerpaint knobs dials
|
||||
QT += widgets
|
||||
|
@ -1,3 +1,2 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += addressbook-fr threads addressbook widgets modelview gettingStarted
|
||||
QT += widgets
|
||||
|
@ -33,5 +33,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -15,5 +15,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
Loading…
Reference in New Issue
Block a user