diff --git a/share/qtcreator/templates/mobileapp/app.pro b/share/qtcreator/templates/mobileapp/app.pro index e844231a7f7bcf687a1e3f1a29ac14644a5679e9..8d2933ce19c643b196bb383d70fb27ee402bb935 100644 --- a/share/qtcreator/templates/mobileapp/app.pro +++ b/share/qtcreator/templates/mobileapp/app.pro @@ -21,6 +21,6 @@ SOURCES += main.cpp mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui +# Please do not modify the following two lines. Required for deployment. include(../shared/deployment.pri) - qtcAddDeployment()