[Qt-creator] Behavior of .pro.shared files in QtCreator 2.8 beta
Epting, Thomas
thomas.epting at stryker.com
Wed Jun 19 15:58:06 CEST 2013
Hi all,
I'm wondering whether the treatment of .pro.shared files has changed in
2.8 beta (current git version).
In 2.7, I had a .pro.shared file as shown below (shortened for
readability reasons). It works perfectly with 2.7 and as of my
understanding it should get updated automatically to version 14 in 2.8
beta. But in fact, QtCreator behaves as if no .pro.shared file is
available. Is there any known reason for this?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<qtcreator>
<data>
<variable>ProjectExplorer.Project.Target.0</variable>
<valuemap type="QVariantMap">
<value type="QString"
key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">[...]</val
ue>
[...]
</valuemap>
</data>
<data>
<variable>ProjectExplorer.Project.TargetCount</variable>
</data>
<data>
<variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
<value type="QString">{d6d2f4d3-8bf1-4606-b263-6cdeac4a54f1}</value>
</data>
<data>
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
<value type="int">12</value>
</data>
</qtcreator>
Many thanks for your advice,
Thomas
More information about the Qt-creator
mailing list