[SOLVED] Qt5 on RaspberryPi problem with Qt Creator 2.6
-
Hallo,
I have cross-compiled Qt5 on RaspberryPi according to these "instructions":http://qt-project.org/wiki/RaspberryPi_Beginners_guide http://qt-project.org/wiki/RaspberryPi_Beginners_guide
I used the script for it. Now I've tried the example given project to get it running. But when I try to add the Qt Version ("/usr/local/qt5pi/bin/qmake") in my Qt Creator 2.6, he says that the version is not installed properly and should I run make install.
However, the script has already run make install.Has anyone the same problem or knows a solution?
-
Creator does a "qmake -query" and then tries to find the core library to determine the type of binary it is.
So does "qmake -query" return something that matches your setup?