-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.2
-
1163032eda2dce89bd464d2a99f3cbbcf20cc232
The following deployment statement in .pro file generates invalid emulator deployment statement in bld.inf:
mydep.sources = foobar.txt mydep.path = !:/data DEPLOYMENT += mydep
Generated emulator deployment target:
OPTION DEPLOY_TARGET c:/s60/devices/git_symbian3/epoc32/winscw/!/data/foobar.txt
The "!" drive in DEPLOY_TARGET should be converted to "c".