~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/benchmarks/corelib/tools/qregexp/qregexp.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
qtHaveModule(script):!pcre {
 
10
    DEFINES += HAVE_JSC
 
11
    QT += script
 
12
}
 
13
 
 
14
exists( /usr/include/boost/regex.hpp ){
 
15
DEFINES+=HAVE_BOOST
 
16
LIBS+=-lboost_regex
 
17
}
 
18
 
 
19
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0