2013-10-11 10:05:01 +00:00
|
|
|
SOURCES += tst_verifyexceptionthrown.cpp
|
|
|
|
QT = core testlib
|
|
|
|
|
|
|
|
mac:CONFIG -= app_bundle
|
|
|
|
CONFIG -= debug_and_release_target
|
|
|
|
CONFIG += exceptions
|
|
|
|
|
|
|
|
TARGET = verifyexceptionthrown
|
2018-08-06 15:07:07 +00:00
|
|
|
|
|
|
|
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|