Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 683 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 683 Bytes

CodeMore

Build Status: Windows

Build on windows

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

Build tests

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

Translation

Add issue if u want to translate that app to your language