21
|
1 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
# All rights reserved.
|
|
3 |
# This component and the accompanying materials are made available
|
|
4 |
# under the terms of "Eclipse Public License v1.0"
|
|
5 |
# which accompanies this distribution, and is available
|
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
# Initial Contributors:
|
|
8 |
# Nokia Corporation - initial contribution.
|
|
9 |
# Contributors:
|
|
10 |
# Description:
|
|
11 |
TEMPLATE = app
|
|
12 |
TARGET = zeroconfsharing
|
|
13 |
QT += core \
|
|
14 |
gui \
|
|
15 |
network
|
|
16 |
HEADERS += zeroconfclient.h \
|
|
17 |
zeroconfsharing.loc \
|
|
18 |
zeroconfsharing.h \
|
|
19 |
downloadicon.h \
|
|
20 |
sym_iap_util.h \
|
|
21 |
cfilelistengine.h \
|
|
22 |
cfileparser.h \
|
|
23 |
bjrhttpserver.h \
|
|
24 |
contactinfo.h \
|
|
25 |
musicprovider.h
|
|
26 |
SOURCES += zeroconfbrowser_20008C76_reg.rss \
|
|
27 |
zeroconfclient.cpp \
|
|
28 |
zeroconfsharing.rss \
|
|
29 |
zeroconfsharing.cpp \
|
|
30 |
zeroconfsharing_reg.rss \
|
|
31 |
downloadicon.cpp \
|
|
32 |
contactinfo.cpp \
|
|
33 |
cfilelistengine.cpp \
|
|
34 |
cfileparser.cpp \
|
|
35 |
main.cpp \
|
|
36 |
bjrhttpserver.cpp \
|
|
37 |
musicprovider.cpp
|
|
38 |
FORMS += mainwindow.ui
|
|
39 |
RESOURCES += TabIcon.qrc
|
|
40 |
symbian: {
|
|
41 |
TARGET.UID3 = 0xEA84AF50
|
|
42 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
43 |
TARGET.CAPABILITY = NetworkServices \
|
|
44 |
NetworkControl \
|
|
45 |
WriteDeviceData
|
|
46 |
LIBS += -lesock \
|
|
47 |
-lconnmon \
|
|
48 |
-linsock \
|
|
49 |
-lcommdb \
|
|
50 |
-lrpnp \
|
|
51 |
-lesockforupnp \
|
|
52 |
-lflogger \
|
|
53 |
-lhttpdcore \
|
|
54 |
-lefsrv \
|
|
55 |
-lecom \
|
|
56 |
-lconnectionuiutilities \
|
|
57 |
-linetprotutil \
|
|
58 |
-lversit \
|
|
59 |
-lestor \
|
|
60 |
-lbafl \
|
|
61 |
-leuser \
|
|
62 |
-lmpxplaybackutility \
|
|
63 |
-lmpxcommon
|
|
64 |
}
|