2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_exceptionthrow.cpp
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
mac:CONFIG -= app_bundle
|
|
|
|
CONFIG -= debug_and_release_target
|
2012-09-18 20:01:10 +00:00
|
|
|
CONFIG += exceptions
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
TARGET = exceptionthrow
|
2018-08-06 15:07:07 +00:00
|
|
|
|
|
|
|
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|