Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 8.0.1, Qt Creator 10.0.1
Description
Application with a manually set output name cannot be deployed on Android.
OUTPUT_NAME [name]
It cause problem with deploying application on device by QtC, because application name doesn't match and we get error like this:
Cannot find application binary in build dir (...)
It can be reproduced on clean QtQuick Project with mentioned line added to set_target_properties:
OUTPUT_NAME [name]
It is also reproducible on vulkanunderqml example because of setup in CMakeLists.txt (line 27)... This example gets error:
No target architecture defined in json file.
But I believe root cause is the same.
Attachments
Issue Links
- is duplicated by
-
QTBUG-113411 Vulkan under qml example will not build for android on Windows
- Closed
-
QTBUG-96831 quick/scenegraph/graph and scenegraph/openglunderqml not compiling with Android
- Closed
-
QTBUG-111334 Missing target architecture when building some of the QtQuick projects
- Closed
- relates to
-
QTBUG-111334 Missing target architecture when building some of the QtQuick projects
- Closed
-
QTCREATORBUG-27167 Building Qt module for Android in QtCreator doesn't work
- Closed