Deploy to device problem
-
wrote on 14 Feb 2013, 05:16 last edited by
A few days ago, I installed the Qt Playbook version.
I compiled and deployed the Quick Application to my Playbook, without problem.
Then I created 2 GUI applications.
When I deploy any of these 3 applications the app on the device gets replaced with the deployed app.
I've checked all the application files for a common string but didn't find one.I don't have this problem when deploying projects from the QNX SDK.
Have I missed something?
Txs
Harry -
wrote on 14 Feb 2013, 06:46 last edited by
What you have in bar-descriptor.xml file for each app?
-
wrote on 14 Feb 2013, 14:17 last edited by
The problem is most likely that the id in the bar descriptor xml file is the same for these three applications
-
wrote on 14 Feb 2013, 16:56 last edited by
Thank you. "ID" is the problem.
<id>ID</id> occurred in each project.
But as the <name> value was the project name, i.e. unique, I assumed <id> wasn't significant. That will teach me.If the value of <id> is significant, why doesn't the process that creates XML file use the project name, instead of the hard coded "ID" string?
Again, thank you for the help.
HF
-
wrote on 14 Feb 2013, 17:25 last edited by
Well...if you create a project with a more recent version of the Qt Creator QNX plugin it does use the project name afaik.
-
wrote on 14 Feb 2013, 19:53 last edited by
I downloaded, from the Qt site, on Feb 6. Fairly recent, I thought.
But the qtcreator.exe that came with it was built on March 16, 2012
Yes, I'll get a new Qt Creator.Txs
HF -
wrote on 16 Feb 2013, 10:57 last edited by
Here you can get the most recent one:
http://builds.qt-project.org/view/Qt Creator/ -
wrote on 16 Feb 2013, 16:05 last edited by
Txs Bomb3rman
I'll get it.
8/8