My problem is similar to this older post http://qt-project.org/forums/viewthread/43483/
My host is Ubuntu. I installed a newer Qt5.3 using the online installer. I am following the tutorial for the Qt example accelbubble (simplified.) I get the error described in the title.
I think that even though I have configured my project to use an android kit, Creator is invoking /usr/bin/qmake (the one installed by Ubuntu) but it should be using ~/Qt/5.3/android_armv7/bin/qmake. Creator under Project>Build Settings won’t let me change the path to qmake.
I suppose I can use another host machine, or create a link.
↧