Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.7
-
None
Description
When using non-ExternalProject examples, a developer can build a subset of examples based on their directory location, using ninja as follows:
ninja examples/all ninja examples/widgets/all ninja examples/widgets/draganddrop/all
When using EP examples, ninja examples/all works, but ninja examples/widgets/all doesn't.
We should check if it's possible to create custom targets to mimic the same behavior with EP examples.
Originally filed as a comment here
https://bugreports.qt.io/browse/QTBUG-90820?focusedId=725092&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-725092
Attachments
Issue Links
- resulted from
-
QTBUG-90820 Build examples as external projects within the main build
- In Progress