qt5base-lts/tests/auto/testlib/selftests/xunit/xunit.pro
Kent Hansen b8d656d878 Fix autotest gui/widgets dependencies
This is in preparation of removing testlib's
dependency on QtGui and QtWidgets.

Autotests that need QtWidgets api must
explicitly include it (since the types are no
longer provided by the QtGui master header).

Autotests that don't need QtGui or QtWidgets
api shouldn't link against those libraries.

Change-Id: I2808289068514fcac582808828ad4634e2631733
Reviewed-on: http://codereview.qt-project.org/5093
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2011-09-19 10:24:25 +02:00

14 lines
214 B
Prolog

load(qttest_p4)
QT = core
# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase
SOURCES += tst_xunit.cpp
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = xunit