try linking a single file, I can\'t see anything directly wrong with your syntax, but it\'s often easier to see errors doing things one at a time.
If a single file works then it\'s probable that the busybox ln doesn\'t do wildcards properly. Also I find it easier to move to the target directory and use
ln -s /mnt/card/QtPalmtop/pics/*.png ./
Stu