suntaoxy

Results 3 comments of suntaoxy

I suffer the same problem. Raspberry has too much bugs when you code a qt program.

cd src/ && ( test -e Makefile || /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake /home/pi/qtstudy/linuxdeployqt/linuxdeployqt/src/src.pro -o Makefile ) && make -f Makefile make[1]: Entering directory '/home/pi/qtstudy/linuxdeployqt/linuxdeployqt/src' make[1]: Nothing to be done for 'first'. make[1]: Leaving...

The Qt version is 5.3.2 .Maybe it's too old, but this is the latest version in raspberry's software repositories. OK I will try replacing "qInfo()" with "qDebug()" Thanks @probonopd