Hey dan!
Thanks for your prompt answer!
The phones I'm using do have an Installed Applications folder which are filled with apps, so I'm guessing it may depend on the phone's behavior and configuration as well. My main objective, though, is to be able to install the application on a folder of my own choice. Do you know if thats possible?
Here is a copy of a .PRO file that installs on "Installed Applications" folder:
Code:
QT += core gui
TARGET = MyProject
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
ICON = icon.svg
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY =
symbian {
TARGET.UID3 = 0xe86db845
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}