examples/QtQuick/telephonyexampleqml/telephonyexampleqml.pro

00001 #
00002 # Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
00003 # All rights reserved.
00004 # This software, including documentation is protected by copyright controlled
00005 # by Nokia Corporation. Copying, including reproducing, storing, adapting or
00006 # translating, any or all of this material can only be done in accordance
00007 # with the Nokia Symbian License version 1.0 (or any subsequent update) or
00008 # any other license terms expressly agreed between you and Nokia.
00009 # This material contains Nokia's confidential information which
00010 # may not be disclosed to others without the prior written consent of Nokia.
00011 #
00012 # Initial Contributors:
00013 # Nokia Corporation - initial contribution.
00014 #
00015 # Contributors:
00016 #
00017 # Description:
00018 #
00019 TEMPLATE = app
00020 
00021 TARGET = telephonyexampleqml
00022 
00023 DEPENDPATH += .
00024 
00025 CONFIG += service
00026 
00027 INCLUDEPATH += .
00028 
00029 INCLUDEPATH += ../../../xqtelephonyservice/
00030 
00031 QT += declarative
00032 # Add more folders to ship with the application, here
00033 folder_01.source = qml/telephonyexampleqml
00034 folder_01.target = qml
00035 DEPLOYMENTFOLDERS = folder_01
00036 
00037 #Symbian related details like UID3, VID
00038 symbian{
00039     load(data_caging_paths)
00040     TARGET.CAPABILITY = ALL -TCB
00041     TARGET.VID = VID_DEFAULT
00042     TARGET.EPOCALLOWDLLDATA = 1
00043     TARGET.UID3 = 0xEBB591D3
00044     LIBS += -lcone -lws32
00045 }
00046 
00047 # The .cpp file which was generated for your project. Feel free to hack it.
00048 SOURCES += main.cpp
00049 
00050 # Please do not modify the following two lines. Required for deployment.
00051 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00052 qtcAddDeployment()
00053 
00054 symbian: VERSION=10.1.10

Generated by  doxygen 1.6.2