summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skipcleanup/skipcleanup.pro
blob: 059132b5a6e38ca75845024beed151273d929a84 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += tst_skipcleanup.cpp
QT = core testlib

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = skipcleanup

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