zeroconf/zeroconfsharing/zeroconfsharing.pro
author guru.kini@nokia.com
Wed, 21 Jul 2010 14:28:48 +0530
changeset 21 ff5174af067c
permissions -rw-r--r--
ZeroConf Sharing Application

# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
# Initial Contributors:
# Nokia Corporation - initial contribution.
# Contributors:
# Description:
TEMPLATE = app
TARGET = zeroconfsharing
QT += core \
    gui \
    network
HEADERS += zeroconfclient.h \
    zeroconfsharing.loc \
    zeroconfsharing.h \
    downloadicon.h \
    sym_iap_util.h \
    cfilelistengine.h \
    cfileparser.h \
    bjrhttpserver.h \
    contactinfo.h \
    musicprovider.h
SOURCES += zeroconfbrowser_20008C76_reg.rss \
    zeroconfclient.cpp \
    zeroconfsharing.rss \
    zeroconfsharing.cpp \
    zeroconfsharing_reg.rss \
    downloadicon.cpp \
    contactinfo.cpp \
    cfilelistengine.cpp \
    cfileparser.cpp \
    main.cpp \
    bjrhttpserver.cpp \
    musicprovider.cpp
FORMS += mainwindow.ui
RESOURCES += TabIcon.qrc
symbian: { 
    TARGET.UID3 = 0xEA84AF50
    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    TARGET.CAPABILITY = NetworkServices \
        NetworkControl \
        WriteDeviceData
    LIBS += -lesock \
        -lconnmon \
        -linsock \
        -lcommdb \
        -lrpnp \
        -lesockforupnp \
        -lflogger \
        -lhttpdcore \
        -lefsrv \
        -lecom \
        -lconnectionuiutilities \
        -linetprotutil \
        -lversit \
        -lestor \
        -lbafl \
        -leuser \
        -lmpxplaybackutility \
        -lmpxcommon
}