Files
qt5.12.8/tests/benchmarks/corelib/tools/qregexp/qregexp.pro
2025-08-26 22:57:23 +08:00

21 lines
342 B
Prolog

TEMPLATE = app
TARGET = tst_bench_qregexp
QT = core testlib
CONFIG += release exceptions
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
}
}