qtmobility/tests/auto/qlocationutils/qlocationutils.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 1 2b40d63a9c3d
permissions -rw-r--r--
Branch for GCC_SURGE fixes

TEMPLATE = app
CONFIG+=testcase
TARGET=tst_qlocationutils

include (../../../common.pri)

INCLUDEPATH += ../../../src/location

# Input 
SOURCES += tst_qlocationutils.cpp

CONFIG += mobility
MOBILITY = location

symbian {
        TARGET.CAPABILITY = ALL -TCB
}