qtmobility/examples/sysinfo/sysinfo.pro
author William Roberts <williamr@symbian.org>
Mon, 21 Jun 2010 22:38:54 +0100
branchGCC_SURGE
changeset 12 ce961d2c008b
parent 1 2b40d63a9c3d
child 14 6fbed849b4f4
permissions -rw-r--r--
Mark extraneous symbols as ABSENT (bug 3065)

QT       += network

TARGET = sysinfo
TEMPLATE = app


SOURCES += main.cpp\
        dialog.cpp

HEADERS  += dialog.h
RESOURCES = examples.qrc

INCLUDEPATH += ../../src/systeminfo

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

CONFIG += console

win32 {
    FORMS += dialog.ui
}

unix: {
    linux-*: {
        maemo* {
            FORMS += dialog_landscape.ui
        } else {
            FORMS += dialog.ui
        }
    }
    
    mac: {
        FORMS += dialog.ui
    }
}

symbian {
    TARGET.CAPABILITY = LocalServices NetworkServices ReadUserData WriteUserData UserEnvironment Location  ReadDeviceData TrustedUI
    TARGET.UID3 = 0x2002ac7e
    FORMS    += dialog_s60.ui
}