Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

QML example cross compiling to android on Ubuntu using Creator: Unknown module(s) in QT: quick

$
0
0
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.

Viewing all articles
Browse latest Browse all 2113

Trending Articles