Skip to content
Snippets Groups Projects
Commit 5bf3ed7c authored by jkobus's avatar jkobus Committed by Jarek Kobus
Browse files

Remove unused code


Change-Id: Ie7e2db1416ec2eb51339a05b8af408c18a0cdbf3
Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
parent abdbae33
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,6 @@ DEPLOYMENTFOLDERS = folder_01
# TOUCH_OPTIMIZED_NAVIGATION #
DEFINES += TOUCH_OPTIMIZED_NAVIGATION
# If your application uses the Qt Mobility libraries, uncomment the following
# lines and add the respective components to the MOBILITY variable.
# CONFIG += mobility
# MOBILITY +=
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp
......
......@@ -249,9 +249,6 @@ void QtQuickApp::handleCurrentProFileTemplateLine(const QString &line,
if (!nextLine.startsWith(QLatin1String("QML_IMPORT_PATH =")))
return;
proFile << nextLine << endl;
} else if (line.contains(QLatin1String("# HARMATTAN_BOOSTABLE"))) {
QString nextLine = proFileTemplate.readLine(); // eats '# CONFIG += qdeclarative-boostable'
proFile << nextLine << endl;
}
}
......
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