nunuhara / alice-tools

Tools for extracting/editing files from AliceSoft games.
GNU General Public License v2.0
131 stars 19 forks source link

Issue: Having trouble building with meson. qt5 dependencies not found. #30

Open omerKamran2 opened 2 years ago

omerKamran2 commented 2 years ago

I installed qt5-qmake but it's still giving me an error for some reason. If anyone here got past the issue can you please help me out as well? Thanks.

kichikuou commented 2 years ago

Installing qtbase5-dev did the trick for me.

Also qt5 dependency is now optional, see #33.