zeroconf/zeroconfsharing/zeroconfsharing.pro
changeset 21 ff5174af067c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zeroconf/zeroconfsharing/zeroconfsharing.pro	Wed Jul 21 14:28:48 2010 +0530
@@ -0,0 +1,64 @@
+# 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
+}