2012-03-01 01:01:49 +00:00
|
|
|
# This test just reuses the counting selftest to show how the output
|
|
|
|
# differs when the -v1 command-line switch is used.
|
|
|
|
|
|
|
|
SOURCES += ../counting/tst_counting.cpp
|
|
|
|
QT = core testlib
|
|
|
|
|
|
|
|
mac:CONFIG -= app_bundle
|
|
|
|
CONFIG -= debug_and_release_target
|
|
|
|
|
|
|
|
TARGET = verbose1
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|