qtmobility/tests/auto/qversit/qversit.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 QT += testlib
     1 QT += testlib
     2 TEMPLATE = app
     2 TEMPLATE = app
     3 TARGET = tst_qversit
     3 TARGET = tst_qversit
     4 
     4 
       
     5 symbian*: {
       
     6     VERSIT_TESTDATA.sources = testdata/*
       
     7     VERSIT_TESTDATA.path = testdata
       
     8     DEPLOYMENT += VERSIT_TESTDATA
       
     9 }
       
    10 
     5 wince* {
    11 wince* {
     6     DEFINES+= TESTDATA_DIR=\\\".\\\"
    12     DEFINES+= TESTDATA_DIR=\\\"./\\\"
     7 }else:!symbian {
    13 }else:!symbian {
     8     DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
    14     DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
     9 }
    15 }
    10 
    16 
    11 CONFIG += testcase
    17 CONFIG += testcase
    17     ../../../src/versit \
    23     ../../../src/versit \
    18     ../../../src/contacts \
    24     ../../../src/contacts \
    19     ../../../src/contacts/details \
    25     ../../../src/contacts/details \
    20     ../../../src/contacts/requests \
    26     ../../../src/contacts/requests \
    21     ../../../src/contacts/filters
    27     ../../../src/contacts/filters
    22 HEADERS += ut_qversit.h
    28 HEADERS += tst_qversit.h
    23 SOURCES += ut_qversit.cpp
    29 SOURCES += tst_qversit.cpp
    24 CONFIG += mobility
    30 CONFIG += mobility
    25 MOBILITY = contacts \
    31 MOBILITY = contacts \
    26     versit
    32     versit
    27 symbian: { 
    33 symbian: { 
    28     TARGET.CAPABILITY = ALL \
    34     TARGET.CAPABILITY = ALL \