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

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = subtest

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