examples/QtQuick/descriptors/descriptors.pro

00001 # Folder containing qml files, used for creating UI of the example.
00002 folder_01.source = qml/descriptors
00003 folder_01.target = qml
00004 DEPLOYMENTFOLDERS = folder_01
00005 
00006 # Symbian platform related attributes required for running the example.
00007 symbian{
00008     TARGET.UID3 = 0xE1A59C04
00009     LIBS += -leuser \
00010             -lcharconv \
00011             -lefsrv
00012 }
00013 
00014 # User includes for the example.
00015 HEADERS += descriptors.h \
00016     descriptorexamples_symbian.h \
00017     stringrenderer_symbian.h
00018 
00019 # Source files for the example.
00020 SOURCES += main.cpp \
00021            declaringdescriptors_symbian.cpp \
00022            manipulatingdescriptors_symbian.cpp \
00023            otherbuffers_symbian.cpp \
00024            stringrenderer_symbian.cpp \
00025            descriptors.cpp
00026 
00027 # Please do not modify the following two lines. Required for deployment.
00028 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00029 qtcAddDeployment()
00030 
00031 RESOURCES += \
00032     descriptors.qrc

Generated by  doxygen 1.6.2