00001 # Add more folders to ship with the application, here 00002 folder_01.source = qml/qmlaudioplayer 00003 folder_01.target = qml 00004 DEPLOYMENTFOLDERS = folder_01 00005 00006 # Additional import path used to resolve QML modules in Creator's code model 00007 QML_IMPORT_PATH = 00008 00009 # Avoid auto screen rotation 00010 #DEFINES += ORIENTATIONLOCK 00011 00012 # Needs to be defined for Symbian 00013 #DEFINES += NETWORKACCESS 00014 00015 symbian:TARGET.UID3 = 0xE09230B6 00016 00017 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds 00018 # (This might significantly increase build time) 00019 # DEFINES += QMLJSDEBUGGER 00020 00021 # If your application uses the Qt Mobility libraries, uncomment 00022 # the following lines and add the respective components to the 00023 # MOBILITY variable. 00024 # CONFIG += mobility 00025 # MOBILITY += 00026 00027 HEADERS += myitem.h 00028 00029 # The .cpp file which was generated for your project. Feel free to hack it. 00030 SOURCES += main.cpp \ 00031 myitem.cpp 00032 00033 # Please do not modify the following two lines. Required for deployment. 00034 include(qmlapplicationviewer/qmlapplicationviewer.pri) 00035 qtcAddDeployment()