example/DemoGUI/DemoGUI.pro
author cgandhi
Mon, 11 Oct 2010 21:59:54 +0530
changeset 26 83d6a149c755
parent 16 b78fa4cdbf2b
permissions -rw-r--r--
Submitting following changes - AuthApps for Last.fm and Twitter added API for checking ServiceAuthorization added for SMFCredMgrClient API added for forcefully removing credential details from SMFCredMgr Extra argument checks in SMfClient APIs APIs for service login and logout from SMFClient Redundant members removed from SmfServerSymbian DSM bug fixes Test Apps included

# -------------------------------------------------
# Project created by QtCreator 2010-06-29T13:53:43
# -------------------------------------------------
TARGET = DemoGUI
TEMPLATE = app
QT += network
CONFIG += mobility
MOBILITY += contacts \
    location
SOURCES += ImageDownload.cpp \
    main.cpp \
    mainwindow.cpp \
    CustomListWidget.cpp \
    HomeView.cpp \
    GridView.cpp \
    ToolBar.cpp
HEADERS += ImageDownload.h \
    mainwindow.h \
    CustomListWidget.h \
    HomeView.h \
    ScreenSize.h \
    GridView.h \
    ToolBar.h \
    WidgetConstants.h
FORMS += mainwindow.ui
symbian: { 
    TARGET.CAPABILITY = NetworkServices \
        ReadUserData \
        WriteUserData \
        LocalServices \
        UserEnvironment \
        ReadDeviceData \
        WriteDeviceData
    LIBS += -lsmfclient.dll \
        -lcone \
        -leikcore \
        -lavkon \
	-lsmfcommon
    ICON = sasken_logo.svg
}