diff --git a/share/qtcreator/templates/mobileapp/app.pri b/share/qtcreator/templates/mobileapp/app.pri
index b46ce3227e38b6bd05706b664c2f4659d0c0f199..00dcfeb781bfb2922a8ccbfcbf59bfabf36b7c7f 100644
--- a/share/qtcreator/templates/mobileapp/app.pri
+++ b/share/qtcreator/templates/mobileapp/app.pri
@@ -3,6 +3,7 @@
 
 INCLUDEPATH += $$PWD
 
+defineTest(qtcAddDeployment) {
 symbian {
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
     contains(DEFINES, ORIENTATIONLOCK):LIBS += -lavkon -leikcore -leiksrv -lcone
@@ -21,3 +22,10 @@ symbian {
     target.path = $${installPrefix}/bin
     INSTALLS += desktopfile icon target
 }
+
+export (INSTALLS)
+export (TARGET.EPOCHEAPSIZE)
+export (TARGET.CAPABILITY)
+export (LIBS)
+
+}
diff --git a/share/qtcreator/templates/mobileapp/app.pro b/share/qtcreator/templates/mobileapp/app.pro
index cd05a35c68126520de5fbff6df0bcd5c755e6944..010a22624a737c03a840db2d9177605db58d4240 100644
--- a/share/qtcreator/templates/mobileapp/app.pro
+++ b/share/qtcreator/templates/mobileapp/app.pro
@@ -16,3 +16,5 @@ HEADERS += mainwindow.h
 FORMS += mainwindow.ui
 
 include(app.pri)
+
+qtcAddDeployment(DEPLOYMENTFOLDERS)