~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/WebKit2/UIProcess/API/qt/tests/tests.pri

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
 
 
3
VPATH += $$_PRO_FILE_PWD_
 
4
TARGET = tst_$$TARGET
 
5
 
 
6
INCLUDEPATH += $$PWD
 
7
SOURCES +=  ../util.cpp
 
8
 
 
9
QT += testlib webkit
 
10
contains(DEFINES, HAVE_QTQUICK=1) {
 
11
    QT += qml quick quick-private
 
12
    HEADERS += ../bytearraytestdata.h \
 
13
               ../util.h
 
14
 
 
15
    SOURCES += ../bytearraytestdata.cpp
 
16
}
 
17
WEBKIT += wtf # For platform macros
 
18
 
 
19
DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD\\\" \
 
20
           QWP_PATH=\\\"$${ROOT_BUILD_DIR}/bin\\\"