-
I used MXE to make an app.exe and successfully produced a deployed app.exe with |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Yes, it is possible. You can call binarycreator.exe instead of the Linux version of the binarycreator tool. But at current time CQtDeployer not support overriding of the command and I don't have a free time to add new option. If yes, I can create a new issue with dital description what you need to do |
Beta Was this translation helpful? Give feedback.
-
Good news, I found free time and will add new option itself |
Beta Was this translation helpful? Give feedback.
-
Update cqtdeployer to v1.5.4.16 and do this:
cqtdeployer -bin myBin -qmake myQmake ... -binarycreator 'wine path/to/win/binarycreator.exe' qif ~$ cqtdeployer help -binarycreator ''
Info: Print info ...
Information about using options
--------------------------------------------------------------------------------
-binarycreator {binarycreator command}: Sets new binarycreator command.
: Example: cqtdeployer -bin my.exe qifw
: -binarycreator 'wine path/to/binarycreator.exe'
--------------------------------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Update cqtdeployer to v1.5.4.16 and do this:
cqtdeployer -bin myBin -qmake myQmake ... -binarycreator 'wine path/to/win/binarycreator.exe' qif