-
Notifications
You must be signed in to change notification settings - Fork 17
Building Application
Radhi edited this page Jan 6, 2019
·
7 revisions
In qamel
, as explained in getting started, 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 only have Linux machine, I can only test it for building app on and from Linux. 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>
.