[SOLVED]Do i need to ship the image files explicitly while using QHelpEngine
Unsolved
Qt WebKit
-
i am using QHelpEngine for my project to develop the custom help viewer.
i have created the .qch and the .qhc files and supplied as an input to my help engine.
i am able to see the particular HTML file on clicking TOC .
"But image files did not appear".
Then as a workaround , when i coped the jpg files to by .exe folder ,and provided it as Base resource. it surprisingly showed me the images on my HTML page.now the issue is ,
do i need to have the images files along with my application , to run it on other users machine...Please guide me.
-
i am going ahead with , having the image files in the Resource folder and creating the installer.