summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/failcleanup/failcleanup.pro
blob: 12da5920fb5e6d07e58b33efde1fca3f1e0434fc (plain)
1
2
3
4
5
6
7
8
9
SOURCES += tst_failcleanup.cpp
QT = core testlib

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = failcleanup

include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)