C
qul_generate_flash_target
Generates a flash target for the main application, which includes the Qt Quick Ultralite application as a static library.
Synopsis
qul_generate_flash_target(<name>)
Description
You can include a Qt Quick Ultralite application as a static library in the main application. The flash targets are not generated by default for such an application, but you can generate them using qul_generate_flash_target
.
Note: In all other cases where QUL application is not built as static library, qul_add_target
generates the flash target automatically and qul_generate_flash_target
is not needed.
Example
add_executable(example_app) qul_generate_flash_target(example_app)
Since
This command was introduced in Qt Quick Ultralite 2.2.
See also qul_add_target.
Available under certain Qt licenses.
Find out more.