WebKit/qt/tests/tests.pri
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
     1 TEMPLATE = app
       
     2 CONFIG -= app_bundle
       
     3 
       
     4 VPATH += $$_PRO_FILE_PWD_
       
     5 # Add the tst_ prefix, In QTDIR_build it's done by qttest_p4.prf
       
     6 CONFIG(QTDIR_build) { load(qttest_p4) }
       
     7 ELSE { TARGET = tst_$$TARGET }
       
     8 SOURCES += $${TARGET}.cpp
       
     9 INCLUDEPATH += \
       
    10     $$PWD \
       
    11     $$PWD/../Api
       
    12 
       
    13 include(../../../WebKit.pri)
       
    14 QT += testlib network
       
    15 
       
    16 QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
       
    17 
       
    18 symbian {
       
    19     TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
       
    20 }
       
    21 
       
    22 # This define is used by some tests to look up resources in the source tree
       
    23 !symbian: DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\"
       
    24