summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/failinit/failinit.pro
blob: 0eedd06427b7b0c84f1cbab66d96f0b51faa7ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qttest_p4)

# this is not a real testcase ('make check' should not run it)
CONFIG -= testcase

SOURCES += tst_failinit.cpp
QT = core

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target


TARGET = failinit