00001 # Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 00002 # All rights reserved. 00003 # Contact: Nokia Corporation 00004 # $QT_BEGIN_LICENSE:BSD$ 00005 # You may use this file under the terms of the BSD license as follows: 00006 # "Redistribution and use in source and binary forms, with or without 00007 # modification, are permitted provided that the following conditions are 00008 # met: 00009 # * Redistributions of source code must retain the above copyright 00010 # notice, this list of conditions and the following disclaimer. 00011 # * Redistributions in binary form must reproduce the above copyright 00012 # notice, this list of conditions and the following disclaimer in 00013 # the documentation and/or other materials provided with the 00014 # distribution. 00015 # * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor 00016 # the names of its contributors may be used to endorse or promote 00017 # products derived from this software without specific prior written 00018 # permission. 00019 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 00020 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 00021 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 00022 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 00023 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 00024 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 00025 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 00026 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 00027 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00028 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00029 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." 00030 # $QT_END_LICENSE$ 00031 # Description: 00032 # Put this application to test configuration 00033 symbian:CONFIG += symbian_test 00034 00035 # Add more folders to ship with the application, here 00036 folder_01.source = qml/statusnotificationqmlexample 00037 folder_01.target = qml 00038 DEPLOYMENTFOLDERS = folder_01 00039 00040 # Additional import path used to resolve QML modules in Creator's code model 00041 QML_IMPORT_PATH = 00042 symbian { 00043 TARGET.UID3 = 0xE03638BE 00044 TARGET.CAPABILITY += ALL \ 00045 -TCB 00046 MMP_RULES *= "SMPSAFE" 00047 } 00048 00049 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds 00050 # (This might significantly increase build time) 00051 # DEFINES += QMLJSDEBUGGER 00052 # If your application uses the Qt Mobility libraries, uncomment 00053 # the following lines and add the respective components to the 00054 # MOBILITY variable. 00055 # CONFIG += mobility 00056 # MOBILITY += 00057 # The .cpp file which was generated for your project. Feel free to hack it. 00058 SOURCES += main.cpp 00059 00060 # Please do not modify the following two lines. Required for deployment. 00061 include(qmlapplicationviewer/qmlapplicationviewer.pri) 00062 qtcAddDeployment() 00063