Go to sources directory
mkdir build
cd build
cmake -G "NMake Makefiles" .. -DCMAKE_PREFIX_PATH=path_to_compiled_qt_libraries
cmake --build .
windeployqt --qmldir path_to_qml_dir CodeMore.exeTo build tests use the following commad in build directory:
cmake . -DBUILD_TESTING=ONTo disable build tests use the following command in build directory:
cmake . -DBUILD_TESTING=OFFAdd issue if u want to translate that app to your language