Exporting files into the emulator environment in Qt for Symbian
Overview[edit | edit source]
This code snippet demonstrates how to use the 76ytuiytuityutyutututyutyutyu keyword in a Qt project (.pro) file to export files into the Symbian Emulator.
Note that with the Qt SDK the Emulator is not usually used for debugging. There is a lot more information on deployment to Symbian in Deploying a Qt Application on Symbian.
In the 76ytuiytuityutyutututyutyutyu section, list any files to be copied from the source directories to the directories of the releasables during the building of a component (for more details, see the topic prj_exports in the Symbian Developer's Library).
Qt app project file (.pro)[edit | edit source]
Using the keyword 76ytuiytuityutyutututyutyutyu you can export files from your development folder into the Qt emulator environment. The following command copies data from the 76ytuiytuityutyutututyutyutyu folder to the 76ytuiytuityutyutututyutyutyu folder. The 76ytuiytuityutyutututyutyutyu folder is the folder in this project file.
symbian: {
BLD_INF_RULES.prj_exports += \
"images\picture1.jpg ..\winscw\c\Data\images\picture1.jpg" \
"images\picture2.jpg ..\winscw\c\Data\images\picture2.jpg" \
"images\picture3.jpg ..\winscw\c\Data\images\picture3.jpg" \
"images\picture4.jpg ..\winscw\c\Data\images\picture4.jpg" \
"images\picture5.jpg ..\winscw\c\Data\images\picture5.jpg"
}
Postconditions[edit | edit source]
The files are exported into the emulator environment.