Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 758 Bytes

cmkr-qt5-msvc-static-template

Building

X86
cmake -Bbuild32 -DCMAKE_PREFIX_PATH=c:\Qt\5.15.2\msvc2019static -DCMAKE_INSTALL_PREFIX=install -DCMAKE_CONFIGURATION_TYPES="Release" -AWin32
cmake --build build32 --config Release
cmake --install build32

X64
cmake -Bbuild64 -DCMAKE_PREFIX_PATH=c:\Qt\5.15.2\msvc2019_64static -DCMAKE_INSTALL_PREFIX=install -DCMAKE_CONFIGURATION_TYPES="Release"
cmake --build build64 --config Release
cmake --install build64