00001 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 00002 # Redistribution and use in source and binary forms, with or without 00003 # modification, are permitted provided that the following conditions are met: 00004 # Redistributions of source code must retain the above copyright notice, this 00005 # list of conditions and the following disclaimer. 00006 # Redistributions in binary form must reproduce the above copyright notice, 00007 # this list of conditions and the following disclaimer in the documentation 00008 # and/or other materials provided with the distribution. 00009 # Neither the name of Nokia Corporation nor the names of its contributors 00010 # may be used to endorse or promote products derived from this software 00011 # without specific prior written permission. 00012 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00013 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00014 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00015 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 00016 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00017 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00018 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00019 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00020 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00021 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00022 # Description: Project file for nfc sharing example. 00023 TEMPLATE = app 00024 TARGET = nfcshareexample 00025 QT += core \ 00026 gui 00027 HEADERS += nfcaiwengine.h \ 00028 nfcshareconst.h \ 00029 nfcsharewrapper.h \ 00030 nfcsharewindow.h 00031 SOURCES += nfcaiwengine.cpp \ 00032 nfcsharewrapper.cpp \ 00033 nfcsharewindow.cpp \ 00034 main.cpp 00035 RESOURCES += 00036 BLD_INF_RULES.prj_exports += "./mycontact.vcf ../data/mycontact.vcf" \ 00037 "./dailymeeting.ics ../data/dailymeeting.ics" 00038 symbian { 00039 TARGET.UID3 = 0xEA736347 00040 TARGET.EPOCALLOWDLLDATA = 1 00041 myFiles.sources += mycontact.vcf \ 00042 dailymeeting.ics 00043 myFiles.path += c:/data 00044 LIBS += -lservicehandler \ 00045 -lefsrv 00046 00047 # To grant access to remote services in the close vicinity of the phone. 00048 TARGET.CAPABILITY = LocalServices 00049 } 00050 00051 OTHER_FILES += mycontact.vcf \ 00052 dailymeeting.ics