qtmobility/examples/satellitedialog/satellitedialog.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

SOURCES += satellitedialog.cpp main.cpp
HEADERS += satellitedialog.h

INCLUDEPATH += ../../src/location \
                ../../src/global

include(../examples.pri)

CONFIG += mobility
MOBILITY += location

symbian: {
    TARGET.CAPABILITY = Location
}