QML/Mobile wizards: Add target selection.

Reviewed-by: Tobias Hunger
This commit is contained in:
Christian Kandeler
2010-09-21 08:51:52 +02:00
parent 7482a3a67a
commit 6109738652
7 changed files with 69 additions and 15 deletions

View File

@@ -85,6 +85,8 @@ void MaemoDeployables::createModels()
void MaemoDeployables::createModels(const Qt4ProFileNode *proFileNode)
{
if (!proFileNode) // Happens on project creation by wizard.
return;
const Qt4ProjectType type = proFileNode->projectType() ;
switch (type) {
case ApplicationTemplate: