qtmobility/tests/auto/qlatin1constant/qlatin1constant.pro
changeset 4 90517678cc4f
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 QT += testlib
       
     2 TEMPLATE=app
       
     3 TARGET=tst_qlatin1constant
       
     4 CONFIG+=testcase
       
     5 
       
     6 include(../../../common.pri)
       
     7 
       
     8 INCLUDEPATH += ../../../src/contacts
       
     9 
       
    10 INCLUDEPATH += ../
       
    11 
       
    12 CONFIG += mobility
       
    13 MOBILITY = contacts
       
    14 
       
    15 SOURCES  += tst_qlatin1constant.cpp
       
    16