neuronalmotion / qtrpi

An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
MIT License
104 stars 40 forks source link

Fix compilation on rpi1 #32

Closed GuillaumeLazar closed 7 years ago

GuillaumeLazar commented 7 years ago

qt modules seems ok but the example qopenglwidget cannot but generated

guillaume@desktop-linux:/opt/qtrpi/raspi/qt5/bin$ rcc rcc: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/rcc': No such file or directory

synapticvoid commented 7 years ago

Making a proper clean of modules and qtpi seems to fix the issue. Some artefacts of an old compilation must be hidden somewhere :(