Skip to content
Snippets Groups Projects
Commit 72d46620 authored by Daniel Teske's avatar Daniel Teske
Browse files

ITargetFactory: Make supportedTargetIds() and canCreate() orthogonal


ITargetFactory::supportedTargetIds should return all targets that this
factory can support, regardless of e.g. installed qt versions.

Whereas canCreate() should check the availability of e.g. a qt version.
This makes supportedTargetIds() have the same meaning as
ITargetFactory::supportsTargetId().

Change-Id: I744abb89e441026d6f3f8de21944d780e9b9fa32
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent 6572cfa5
No related branches found
No related tags found
No related merge requests found
Showing
with 52 additions and 68 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment