-
Bug
-
Resolution: Cannot Reproduce
-
P4: Low
-
None
-
1.1.0
-
None
-
Windows XP
I downloaded the mobility 1.1 examples from http://qt.gitorious.org/qt-mobility/contacts/commits/1.1. When I tried to debug the publish-subscribe example it fails to deploy because in the project run settings the path specifies the sis file as publish-subscribe.sis instead of publish_subscribe.sis which is what is built. In the pro file if the target is changed from
TARGET = publish-subscribe
to
TARGET = publish_subscribe
then the installation file specifies the sis file as publish_subscribe.sis and I can deploy the app and debug it.