-
Notifications
You must be signed in to change notification settings - Fork 63
Building on Windows
Download online or offline Qt installer from Qt download page. Version 5.9.x is recomennded for stable(0.5.x) branch. Also, if you are not familiar with VS, install MinGW(possible highest version) using same installer. And don't forget Qt Creator ;)
Download CMake from CMake official site, install it and add to Qt Creator(Parameters -> Build & Run -> CMake)
Check available kits and compilers.
Clone with git recursively git clone --recursive https://github.com/MishkaRogachev/JAGCS.git
or just update submodules manualy running git submodule init
and git submodule update
.
Open root CMakeList.txt file as project in Qt Creator, run cmake and build th project. It's easy.
Before deployment, use release build type running cmake .. -DCMAKE_BUILD_TYPE=Result
Use windeployqt to collect all dynamic libraries. In command promt from Qt binary directory(usualy <complier>\bin) run windeployqt.exe --release --qmldir <path to JAGCS>\sources\presentation\qml <path to JAGCS>\result