Remove testlib's dependency on gui and widgets
Commit 37d76a6798
made testlib depend on gui and widgets. It shouldn't.
Changing the includes was enough.
It's the application (e.g. autotest) that uses the
gui/widgets features that should link against gui/widgets.
Change-Id: If80d30a7eca2cac78cb5c6e5d29c82a06fb9f1dd
Reviewed-on: http://codereview.qt-project.org/5095
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jo Asplin <jo.asplin@nokia.com>
Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
This commit is contained in:
parent
d372a9f370
commit
b89ffb404c
@ -2,7 +2,7 @@ load(qt_module)
|
||||
|
||||
TARGET = QtTest
|
||||
QPRO_PWD = $$PWD
|
||||
QT = core gui widgets
|
||||
QT = core
|
||||
|
||||
CONFIG += module
|
||||
MODULE_PRI = ../modules/qt_testlib.pri
|
||||
|
Loading…
Reference in New Issue
Block a user