-
-
Notifications
You must be signed in to change notification settings - Fork 95
Build and Install
Andrei Yankovich edited this page Dec 9, 2019
·
19 revisions
- install qt and qt QtInstallFrameWork from qt installer
- git clone https://github.com/QuasarApp/CQtDeployer.git
- cd CQtDeployer
- git submodule update --init --recursive
- qmake -r
- Here you must definitely call the qmake that was loaded from the 1st item.
- Example: ~/Qt/5.14.0/gcc_64/bin/qmake -r
- make -j$(nproc)
- make deploy
- #this command requires installed cqtdeployer
- ./Distro/CQtDeployerInstaller.run
- install qt and qt QtInstallFrameWork from qt installer
- git clone https://github.com/QuasarApp/CQtDeployer.git
- cd CQtDeployer
- git submodule update --init --recursive
- SET PATH=C:/Qt/Tools/mingw730_64/bin;%PATH%
- It is important to set up the qt environment.
- qmake.exe -r
- Here you must definitely call the qmake that was loaded from the 1st item.
- Example: C:/Qt/5.14.0/mingw73_64/bin/qmake.exe -r
- migw32-make.exe -j$(nproc)
- migw32-make.exe deploy
- #this command requires installed cqtdeployer
- ./Distro/CQtDeployerInstaller.exe
You can download the latest version of the application here.
If you like what we do and it benefits you, you can support the project on the official page QuasarApp in Patreon