summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/failfetchtype/failfetchtype.pro
blob: 5821018af410e1f28587220fd473479397e52999 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += tst_failfetchtype.cpp
QT = core testlib

darwin: CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = failfetchtype

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