I have all source files (including pro-file) under "game" -folder (the absolute path is actually c:\temp\game) and the level files are in "game\levels" -folder and then in the pro-file there is the deployment part.
When you build your code to Symbian target you can check from the generated pkg-file what files are in the sis-file to ensure that all files that should be there are there, in my case generated game_template.pkg -file contains line:
; DEPLOYMENT
"/NokiaQtSDK/Symbian/SDK/epoc32/data/z/private/ee097ed6/levels/board.tmx" - "!:\private\ee097ed6\levels\board.tmx"
; DEPLOYMENT
"/NokiaQtSDK/Symbian/SDK/epoc32/data/z/private/ee097ed6/levels/board.tmx" - "!:\private\ee097ed6\levels\board.tmx"
To copy to clipboard, switch view to plain text mode
and based on that line I know that board.tmx file is in the sis package as well as the executable itself.
Bookmarks