CQtDeployer icon indicating copy to clipboard operation
CQtDeployer copied to clipboard

Create an article about cross-platform deployment.

Open EndrII opened this issue 4 years ago • 1 comments

  • [ ] Deploy on Linux host for windows and linux
  • [ ] Deploy on Windows host for windows and linux
  • [ ] If task #166 is ready then add articles for mac OS

EndrII avatar Oct 14 '19 08:10 EndrII

Hi, is there any progress in cross-platform documentation? Couldn't figure out any info about it from other documentation and it is the main feature I was looking for in CQtDeployer =(

AverSnake avatar Jul 30 '21 16:07 AverSnake

@AverSnake sorry, but no ... The crossdeploy works some as general deploy, you just need to build your app for needs platform and run deploy command.

For example:

on Linux

cqtdeployer -bin myWindowsProgramm.exe -qmake /mycrossplatform/byildet/qt/bin/qmake zip

Note

The qifw installer does not support for crossdeploy ... But you can override custom invoke of binarycreator using wine.

Example:

cqtedployer -bin winApp.exe -qmake path/to/qmake qif -binarycreator "wine path/to/binarycreator.exe"

It should help you.

EndrII avatar Oct 24 '22 12:10 EndrII