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.exe
To build tests use the following commad in build directory:
cmake . -DBUILD_TESTING=ON
To disable build tests use the following command in build directory:
cmake . -DBUILD_TESTING=OFF
Add issue if u want to translate that app to your language