summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qregexp/qregexp.pro
blob: d62b5b1c1145b556a92a4a8e93f0d2bd34c2d60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = tst_bench_qregexp
QT = core testlib
CONFIG += release exceptions

SOURCES += main.cpp
RESOURCES += qregexp.qrc

!isEmpty(QT.script.name) {
    DEFINES += HAVE_JSC
    QT += script
}

exists( /usr/include/boost/regex.hpp ){
DEFINES+=HAVE_BOOST
LIBS+=-lboost_regex
}

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0