summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/verbose2/verbose2.pro
blob: 744d51b5631953509d3dac7ca964d3887bd995c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This test just reuses the counting selftest to show how the output
# differs when the -v2 command-line switch is used.

SOURCES += ../counting/tst_counting.cpp
QT = core testlib

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = verbose2
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0