Skip to content

Building Application

Radhi edited this page Jan 27, 2019 · 7 revisions

In qamel, you can easily build your app by running qamel build inside your project's root directory. However, to deploy your application to another operating system, there might be additional steps that you have to take, depending on your OS and the target OS.

In theory, qamel supports Linux, MacOS and Windows. Unfortunately, since I don't have MacOS machine, I haven't test it there. However, at its root, the build process in qamel only consists of three steps :

  • Getting and installing the suitable Qt version.
  • Setting up the profile for qamel build.
  • Build the app using qamel build -p <profileName>.
To ↓ From → Linux Windows MacOS
Linux
Linux Static
Windows 32-bit
Windows 32-bit Static
Windows 64-bit
Windows 64-bit Static
MacOS