source: trunk/src/3rdparty/webkit/WebKit/qt/tests/tests.pri

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 558 bytes
Line 
1TEMPLATE = app
2CONFIG -= app_bundle
3
4VPATH += $$_PRO_FILE_PWD_
5# Add the tst_ prefix, In QTDIR_build it's done by qttest_p4.prf
6!CONFIG(QTDIR_build):TARGET = tst_$$TARGET
7SOURCES += $${TARGET}.cpp
8INCLUDEPATH += \
9 $$PWD \
10 $$PWD/../Api
11
12include(../../../WebKit.pri)
13QT += testlib network
14
15QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
16
17symbian {
18 TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
19}
20
21# This define is used by some tests to look up resources in the source tree
22!symbian: DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\"
23
Note: See TracBrowser for help on using the repository browser.