QtIFW failed to package directory package/bin/ package/etc
-
I had read docs about QtInstallerFrameWork, and copy a template from qtifw's examples/startmenu , then I copy my files and related subfolders into package/data/, include bin, etc, data, and there are multi files in each directory. I run "qmake && make " , then I get myapp output, which can run to do install , it only contains a few files the same as startmenu example, BUT bin, etc, data direcorty not found. I then check and read other examples, but can't get any help. I dont know where is wrong. Appreciate for any help.
-
@Tinyserver said in QtIFW failed to package directory package/bin/ package/etc:
BUT bin, etc, data direcorty not found.
Where do want to find
binfolder?Whatever you place in the
datafolder is visible to you after you install the executable you got. -
@Ratzz , Thanks for your reply. I found what is wrong now: I've used error template, the installscript.qs only process "win",
// Install to @RootDir@ instead of @HomeDir@ on WindowsI removed this script , all looks ok now.
-
@Ratzz , Thanks for your reply. I found what is wrong now: I've used error template, the installscript.qs only process "win",
// Install to @RootDir@ instead of @HomeDir@ on WindowsI removed this script , all looks ok now.
@Tinyserver
Ok. Please mark the thread as solved using the "Topic Tools" button .