Skip to content
Snippets Groups Projects
Commit 043cf532 authored by Alessandro Portale's avatar Alessandro Portale
Browse files

Improved the comments in the generate qml app code.

This was committed to the master branch, but was supposed
to go into 2.1 (I misunderstood the branching strategy of
Creator 2.1).

Since this does not change Creator code:
Reviewed-by: Trustme
parent 77259d1d
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,10 @@ symbian:ICON = symbianicon.svg ...@@ -27,9 +27,10 @@ symbian:ICON = symbianicon.svg
#DEFINES += QMLJSDEBUGGER #DEFINES += QMLJSDEBUGGER
#DEFINES += QMLOBSERVER #DEFINES += QMLOBSERVER
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp SOURCES += main.cpp
# Please do not modify the following three lines. Required for deployment.
include(qmlapplicationviewer/qmlapplicationviewer.pri) include(qmlapplicationviewer/qmlapplicationviewer.pri)
include(../shared/deployment.pri) include(../shared/deployment.pri)
qtcAddDeployment() qtcAddDeployment()
# This file should not be edited. # This file should not be edited.
# Following versions of Qt Creator might offer new version. # Future versions of Qt Creator might offer updated versions of this file.
QT += declarative QT += declarative
......
# This file should not be edited. # This file should not be edited.
# Following versions of Qt Creator might offer new version. # Future versions of Qt Creator might offer updated versions of this file.
defineTest(qtcAddDeployment) { defineTest(qtcAddDeployment) {
for(deploymentfolder, DEPLOYMENTFOLDERS) { for(deploymentfolder, DEPLOYMENTFOLDERS) {
......
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