Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.58 KB

DEPLOYMENT.md

File metadata and controls

33 lines (24 loc) · 1.58 KB

Deployment

Windows

Manual

Create the executable
Create the installer
  • Installer the QtInstallerFramework
  • Add the qt installer binaries to the PATH environment variable
    • e.g C:\Qt\Tools\QtInstallerFramework\3.0\bin or if you installed seperately C:\Qt\QtIFW-4.0.1\bin
  • Open QtCreator
    • Tools -> Options -> Help -> Documentation -> Add
      • C:\Qt\Tools\QtInstallerFramework\3.0\doc\ifw.qch
  • Use the installer-template from the template directory
    • bump up the version number in the config\config file
    • copy the contents of the prepared directory into the packages\org.cirquit.trdrop\data directory
    • bump up the version in the installer\packages\org.cirquit.trdrop\meta\package file
  • Open the Qt 5.15.2 (MinGW 810 64-bit) command line tool and cd into the template directory
    • run binarycreator --offline-only -c config/config.xml -p packages TrdropInstaller

Automated (TODO)

Linux (TODO)

MacOS (TODO)