diff -r cfcbf08528c4 -r 2b40d63a9c3d qtmobility/examples/satellitedialog/satellitedialog.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/examples/satellitedialog/satellitedialog.pro Fri Apr 16 15:51:22 2010 +0300 @@ -0,0 +1,17 @@ +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 +} +