Skip to content

First Page

Shahriar edited this page Aug 12, 2018 · 8 revisions

This page explains the first page of the software. You can see the Image of the page here.

In the software's first page you are asked to enter 4 paths.

first You have to enter Qt's Build Directory. This is the directory that contains a build of the Qt library. in this directory there are some directories like bin and lib and qml and the bin directory contains qmake executable.

Then you have to enter the Executable File Path. This is the path of the project's executable file.

Then you have to enter the Project Directory. This is the directory that contains the project files and the .pro file of the project.

And finally you have to enter the Output Directory. This is the directory that you want the output libraries and executables and qml modules and the script file to be placed.

If you check the CheckBox at the bottom of the page then the Executable File Path section disappears and the executable file is make from compiling the project.

If you choose to compile the project you will see the compile output next, Or if you don't you will see the Preparation Page next.

Clone this wiki locally