[Qt-creator] Behavior of .pro.shared files in QtCreator 2.8 beta
Epting, Thomas
thomas.epting at stryker.com
Fri Jun 21 08:53:02 CEST 2013
> I already had a look at the code and found nothing wrong about it
> at the first glance. However, even a very simple .pro file (working
> well with QtCreator 2.7) seems to have no effect anymore in
> QtCreator 2.8 (built this morning).
Addendum: Even if I change the FileVersion number to 14, the settings stored in the .shared file are not transferred to the .user file. (Qt Creator build from 2.8 branch.)
[myproject.pro.shared]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Handcrafted -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.EditorSettings</variable>
<valuemap type="QVariantMap">
<value type="bool" key="EditorConfiguration.UseGlobal">false</value>
<value type="int" key="EditorConfiguration.IndentSize">7</value>
<value type="int" key="EditorConfiguration.TabSize">6</value>
</valuemap>
</data>
<data>
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
<value type="int">14</value>
</data>
</qtcreator>
Best regards,
Thomas
More information about the Qt-creator
mailing list