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

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

SOURCES += tst_badxml.cpp
QT = core

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
!win32:CONFIG += debug

TARGET = badxml