summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/exceptionthrow/exceptionthrow.pro
blob: 5473ec32c3bb0238dbb0ef93b0b1da972eacffd4 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += tst_exceptionthrow.cpp
QT = core testlib

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
CONFIG += exceptions

TARGET = exceptionthrow

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