No longer replace dash and dot in TARGET with underscore in Symbian
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Thu, 27 Jan 2011 10:40:33 +0000 (12:40 +0200)
committerJason McDonald <jason.mcdonald@nokia.com>
Mon, 31 Jan 2011 13:06:43 +0000 (23:06 +1000)
commit884dc710553c44277504245dc908f96731da84ed
tree19777fa18f0adab84d8ee4e9ad1a860fe6eb3e82
parentc403773accc3b3e9d90df54663efa6f5ff116bee
No longer replace dash and dot in TARGET with underscore in Symbian

There is no fundamental reason to not have dash or dot in binary names
in Symbian, so do not replace them with underscore.

One thing that doesn't work with a dot in the filename is launching
an application via resources, so automatic resource generation is
suppressed for applications that have a dot in filename portion of
the TARGET value.

Task-number: QTBUG-16888
Reviewed-by: axis
(cherry picked from commit 4ec245a3e75470186557d00b2383af3872a720b0)
mkspecs/common/symbian/symbian.conf
mkspecs/features/symbian/application_icon.prf
qmake/generators/symbian/symbiancommon.cpp
qmake/generators/symbian/symbiancommon.h
qmake/generators/symbian/symmake.cpp