Skip to content

samlior/be-my-girl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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