Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
None
-
f88bfd0bf061914151e0e1cd408609e68c9ec00d (qt/qtdeclarative/dev) cb00dc16a078b6dedf60de3ba7449dc275c6603a (qt/qtdeclarative/6.2)
Description
Reference
Conclusion: Don't create plugin target by default if $target == is_executable. No need to specify NO_CREATE_PLUGIN_TARGET.
A special case a case of this is Android, where the executable is actually a SHARED_LIBRARY in Qt world.
So the check is actually if(target_type STREQUAL EXECUTABLE OR target_has_qt_is_executable property).
We can add some potential CREATE_TARGET_PLUGIN_FOR_EXECUTABLE if there will be a customer request for that.
Attachments
Issue Links
- is required for
-
QTBUG-95141 Revise plugin target options of qt_add_qml_module
-
- Closed
-