Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 413 Bytes

File metadata and controls

13 lines (9 loc) · 413 Bytes

Repository containing code for bug report I raised on QT Creator: QTCREATORBUG-32768

Note: in a Windows box, the tools are typically found in: c:\Qt\Tools\CMake_64\bin

  • Configure build: cmake -S . -B build/Debug -DCMAKE_BUILD_TYPE=Debug

  • Build: cmake --build build/Debug --config Debug

  • Test: cd build\Debug ctest -V -O test.log --timeout 5 -C Debug