Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
6.5.0, 6.6.0
-
-
2023wk38FOQtforAndroid
Description
Get the error:
"No target architecture defined in json file"
change the line in the cmake file
set_target_properties(vulkanunderqml PROPERTIES
# Prevent name clash with build subdirectory on case-insensitive file systems
OUTPUT_NAME vulkanunderqmlapp
)
to
set_target_properties(vulkanunderqml PROPERTIES
WIN32_EXECUTABLE TRUE
MACOSX_BUNDLE TRUE
)
and then it works.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-28168 Application with a manually set output name cannot be deployed
- Reported
- is blocked by
-
QTBUG-112517 Vulkan - needs step through the code with snippets
- Closed
- relates to
-
QTBUG-111334 Missing target architecture when building some of the QtQuick projects
- Closed
-
QTBUG-117509 Examples that set OUTPUT_NAME will not build for Android
- Closed