summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/wizards/html5app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/wizards/html5app.cpp')
-rw-r--r--src/plugins/qt4projectmanager/wizards/html5app.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/qt4projectmanager/wizards/html5app.cpp b/src/plugins/qt4projectmanager/wizards/html5app.cpp
index 8174201933..5708711315 100644
--- a/src/plugins/qt4projectmanager/wizards/html5app.cpp
+++ b/src/plugins/qt4projectmanager/wizards/html5app.cpp
@@ -149,12 +149,10 @@ void Html5App::handleCurrentProFileTemplateLine(const QString &line,
QTextStream &proFileTemplate, QTextStream &proFile,
bool &commentOutNextLine) const
{
+ Q_UNUSED(proFileTemplate)
Q_UNUSED(proFile)
- if (line.contains(QLatin1String("# INCLUDE_DEPLOYMENT_PRI"))) {
- proFileTemplate.readLine(); // eats 'include(deployment.pri)'
- } else if (line.contains(QLatin1String("# TOUCH_OPTIMIZED_NAVIGATION"))) {
+ if (line.contains(QLatin1String("# TOUCH_OPTIMIZED_NAVIGATION")))
commentOutNextLine = !m_touchOptimizedNavigationEnabled;
- }
}
#ifndef CREATORLESSTEST