dh4 / mupen64plus-qt

A customizable launcher for Mupen64Plus
BSD 3-Clause "New" or "Revised" License
95 stars 10 forks source link

qmake can't detect quazip outside of debian #13

Closed sl1pkn07 closed 8 years ago

sl1pkn07 commented 8 years ago

qmake can't detect quazip because the .pro script is a ubuntu/debian centric

sl1pkn07 commented 8 years ago

ok. now know what happen

i have installed dpkg on my archlinux for get the installation/upgrade/uninstall scripts from deb packages. then if launch the dpkg like in the qmake script

if $(dpkg -l | grep libquazip5-dev | grep ^ii > /dev/null); then echo OK; else echo NOK; fi
NOK

archlinux also uses -libquazip5 like a debian/ubuntu(?)

dh4 commented 8 years ago

Should default to linking libquazip5 now instead of libquazip-qt5 if neither are installed by dpkg. This is probably the better way to handle it.