Add mobile Qt gui wizard

This commit is contained in:
Tobias Hunger
2010-03-30 15:55:45 +02:00
parent e68e3f168e
commit c30d18b51a
12 changed files with 156 additions and 11 deletions

View File

@@ -128,7 +128,7 @@ public:
virtual ~BaseQt4ProjectWizardDialog();
int addModulesPage(int id = -1);
int addTargetSetupPage(QSet<QString> targets = QSet<QString>(), int id = -1);
int addTargetSetupPage(QSet<QString> targets = QSet<QString>(), bool mobile = false, int id = -1);
static QSet<QString> desktopTarget();