kkimurak / ssl-setup

Bash script that setup the official RoboCup-SSL tools with required packages ( https://github.com/RoboCup-SSL/ )
4 stars 0 forks source link

update qt from qt4 to qt5 #25

Closed kkimurak closed 4 years ago

kkimurak commented 4 years ago

Recently grSim officially add support for qt5, so old version of qt may not works.
I have to update installation section after work #11

kkimurak commented 4 years ago

ssl-vision and ssl-logtools also support qt5 using cmake .. -DUSE_QT5 option.
I have to modify build section.