> 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 _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
