examples/QtQuick/contentlauncherexample/contentlauncherexample.pro

00001 # Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
00002 # All rights reserved.
00003 # This software, including documentation is protected by copyright controlled
00004 # by Nokia Corporation. Copying, including reproducing, storing, adapting or
00005 # translating, any or all of this material can only be done in accordance
00006 # with the Nokia Symbian License version 1.0 (or any subsequent update) or
00007 # any other license terms expressly agreed between you and Nokia.
00008 # This material contains Nokia's confidential information which
00009 # may not be disclosed to others without the prior written consent of Nokia.
00010 # Initial Contributors:
00011 # Nokia Corporation - initial contribution.
00012 # Contributors:
00013 # Description:
00014 
00015 folder_01.source = qml/contentlauncherexample
00016 folder_01.target = qml
00017 DEPLOYMENTFOLDERS = folder_01
00018 
00019 symbian { 
00020     MMP_RULES *= "SMPSAFE"
00021 }
00022 
00023 HEADERS += contentlauncherlog.h
00024 SOURCES += main.cpp
00025 
00026 testdata.sources = ./media/*
00027 testdata.path = c:/contentlaunchertest
00028 DEPLOYMENT += testdata
00029 
00030 # Please do not modify the following two lines. Required for deployment.
00031 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00032 include(mifprovider/mifprovider.pri)
00033 qtcAddDeployment()

Generated by  doxygen 1.6.2