diff -r 2b40d63a9c3d -r 90517678cc4f qtmobility/tests/auto/qlatin1constant/qlatin1constant.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/tests/auto/qlatin1constant/qlatin1constant.pro Mon May 03 13:18:40 2010 +0300 @@ -0,0 +1,16 @@ +QT += testlib +TEMPLATE=app +TARGET=tst_qlatin1constant +CONFIG+=testcase + +include(../../../common.pri) + +INCLUDEPATH += ../../../src/contacts + +INCLUDEPATH += ../ + +CONFIG += mobility +MOBILITY = contacts + +SOURCES += tst_qlatin1constant.cpp +