Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 385 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 385 Bytes

Be my girl

Confess to your girl!

avatar

Build

git clone https://github.com/samlior/be-my-girl
cd be-my-girl
mkdir build && cd build
cmake .. -DQt5_DIR="path/to/qt5-static" -DCMAKE_BUILD_TYPE=Release -G Ninja
ninja

If you don't want to compile qt yourself.

Qt5.15.0-rc2-static-macosx10.15