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

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

TARGET = exceptionthrow
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0