Home · All Classes · All Functions ·

fetchgooglemaps.pro Example File
fetchgooglemaps/fetchgooglemaps.pro

    TEMPLATE=app
    INCLUDEPATH += ../../src/location

    QT += webkit network

    HEADERS = mapwindow.h
    SOURCES = mapwindow.cpp \
              main.cpp

    include(../examples.pri)
    CONFIG += mobility
    MOBILITY = location

    symbian: {
        addFiles.sources = nmealog.txt
        DEPLOYMENT += addFiles

        TARGET.CAPABILITY = Location NetworkServices
    } else {
        logfile.path = $$DESTDIR
        logfile.files = nmealog.txt
        logfile.CONFIG = no_link no_dependencies explicit_dependencies no_build combine ignore_no_exist no_clean
        INSTALLS += logfile
        build_pass:ALL_DEPS+=install_logfile
    }


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.0.0 (Technology Preview)