Hello
I have been trying to build Qt 5.5 as part of the cross compiler setup instructions for Raspberry Pi provided here:
http://visualgdb.com/tutorials/raspberry/qt/embedded/
All works as per above (using open source build) up until I get to step 15 where it asks to modify the qt-build\configure file, however this does not exist.
Any suggestion why this might be the case?
The only thing I have changed was to add -openssl flag when running configure at step 12 so I can use QSslSockets class in my application. As in:
../qt-everywhere-opensource-src-5.5.0/configure -platform win32-g++ -xplatform linux-arm-gnueabi-g++ -release -opengl es2 -openssl -device linux-rasp-pi2-g++ -sysroot C:/SysGCC/Raspberry/arm-linux-gnueabihf/sysroot -prefix /usr/local/qt5
Kind Regards,
m