I started Qt Creator, switched to the "Welcome" page, changed the drop-down to show "Qt 5.4.1 (android armv7)" (the version I have installed). I then opened the "Analog Clock" example. In the "Projects" page, I selected "Android for armeabi-v7a" and clicked "Configure Project".
The .pro file looks like this:
QT += widgets
HEADERS = analogclock.h
SOURCES = analogclock.cpp \
main.cpp
QMAKE_PROJECT_NAME = widgets_analogclock
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/analogclock
INSTALLS += target
QT += widgets
HEADERS = analogclock.h
SOURCES = analogclock.cpp \
main.cpp
QMAKE_PROJECT_NAME = widgets_analogclock
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/analogclock
INSTALLS += target
To copy to clipboard, switch view to plain text mode
As you can see, there is nothing in there that identifies ARM as the target platform; that's all in Qt Creator and your kit and project configuration. I can't help you any more than this - the problem seems to be in how you are configuring Qt for your Android kit.
Capture.jpg
Capture1.jpg
Bookmarks