examples/QtQuick/LightExample/LightExample.pro

00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/LightExample
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 symbian:TARGET.UID3 = 0xE7D4B5A3
00010 
00011 # Allow network access on Symbian
00012 symbian:TARGET.CAPABILITY += NetworkServices
00013 
00014 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
00015 # (This might significantly increase build time)
00016 # DEFINES += QMLJSDEBUGGER
00017 
00018 # If your application uses the Qt Mobility libraries, uncomment
00019 # the following lines and add the respective components to the 
00020 # MOBILITY variable. 
00021 # CONFIG += mobility
00022 # MOBILITY +=
00023 HEADERS += lightwrapper.h
00024 # The .cpp file which was generated for your project. Feel free to hack it.
00025 SOURCES += main.cpp \
00026       lightwrapper.cpp
00027 
00028 
00029 symbian {
00030 SOURCES += lightappprivate.cpp
00031 HEADERS += lightappprivate.h
00032 LIBS += -lhwrmlightclient
00033 }
00034 # Please do not modify the following two lines. Required for deployment.
00035 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00036 qtcAddDeployment()
00037 
00038 RESOURCES +=  lightexample.qrc

Generated by  doxygen 1.6.2