example/DemoGUI/DemoGUI.pro
author cgandhi
Thu, 23 Sep 2010 17:20:22 +0530
changeset 24 1cee9f1b95e0
parent 16 b78fa4cdbf2b
permissions -rw-r--r--
taking care of credmgr for RVCT B686 compilation

# -------------------------------------------------
# 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
}