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

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

qtHaveModule(script):!pcre {
    DEFINES += HAVE_JSC
    QT += script
}

!qnx {
    exists($$[QT_SYSROOT]/usr/include/boost/regex.hpp) {
        DEFINES += HAVE_BOOST
        LIBS += -lboost_regex
    }
}