Html5Wizard: Remove it

This wizard is from a different era. Nowadays webkit is on the way
towards deprecation and the replacement isn't ready yet.

Change-Id: Ifac9a42463562fefaa4a33eb7be2a09e0d8af1aa
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Daniel Teske
2014-04-25 12:32:49 +02:00
committed by Eike Ziller
parent e30e3e3ba1
commit 7e8a945e6e
36 changed files with 2 additions and 2445 deletions

View File

@@ -39,7 +39,6 @@
#include "findqmakeprofiles.h"
#include "wizards/abstractmobileapp.h"
#include "wizards/qtquickapp.h"
#include "wizards/html5app.h"
#include <coreplugin/icontext.h>
#include <coreplugin/icore.h>
@@ -427,7 +426,6 @@ bool QmakeProject::fromMap(const QVariantMap &map)
// // Update boiler plate code for subprojects.
QtQuickApp qtQuickApp;
const Html5App html5App;
foreach (QmakeProFileNode *node, applicationProFiles(QmakeProject::ExactAndCumulativeParse)) {
const QString path = node->path();
@@ -436,7 +434,6 @@ bool QmakeProject::fromMap(const QVariantMap &map)
qtQuickApp.setTemplateInfo(info);
updateBoilerPlateCodeFiles(&qtQuickApp, path);
}
updateBoilerPlateCodeFiles(&html5App, path);
}
return true;
}