Skip to content
Snippets Groups Projects
Commit 17a7bd17 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

Wizards: allows filtering of wizards based on Qt version


Every wizard now implements requiredFeatures() to define a feature set.
If the feature set is not satisfied by the available Qt Versions,
the wizard is not shown in the create file/project dialog.

Every Qt version can define the provided feature set in availableFeatures()
defined in BaseQtVersion.

Change-Id: Ie9e2c210d19187b2296451948c36d274f2096623
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
parent 31d5ec9c
No related branches found
No related tags found
No related merge requests found
Showing
with 377 additions and 21 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