140c93bd81618ef65f2e0baa24a0b60a387000d0
[profile/ivi/qtbase.git] / tests / benchmarks / corelib / tools / qregexp / qregexp.pro
1 TEMPLATE = app
2 TARGET = tst_bench_qregexp
3 QT = core testlib
4 CONFIG += release exceptions
5
6 SOURCES += main.cpp
7 RESOURCES += qregexp.qrc
8
9 !isEmpty(QT.webkit.sources):exists($${QT.webkit.sources}/../JavaScriptCore/JavaScriptCore.pri) {
10     include( $${QT.webkit.sources}/../JavaScriptCore/JavaScriptCore.pri )
11     DEFINES += HAVE_JSC
12     QT += script
13 }
14
15 exists( /usr/include/boost/regex.hpp ){
16 DEFINES+=HAVE_BOOST
17 LIBS+=-lboost_regex
18 }
19
20 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0