On 8 Feb 2010, at 10:39, Daniel Lidström wrote: > Hello, > > I am wondering which files should be committed to svn. The files I see created > by Qt Creator are these: > > daniel-dev:/home/daniel/projects/workspaces/GEOROG-2598> ls UMC3D.* > UMC3D.config UMC3D.creator UMC3D.creator.user UMC3D.files UMC3D.includes > >> From my Visual Studio experience I would guess all except *.user should be >> checked > into svn. However, the UMC3D.creator.user seems to contain all my build > configurations, > along with many local paths. If I commit this file to svn it would probably > (?) > oscillate everytime some other user commits his version. Are the build > configurations > meant to be local for each user?
The pro.user file (and indeed the entire Project page that populates it) is useless. Don't check it into SVN. Try to move as many of your build settings and dependencies into your .pro files or whatever build system you are using. See: http://qtcreator.blogspot.com/2009/10/project-not-linked-when-dependent.html#comments > > Regards, > > Daniel Lidström > Stockholm, Sweden > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
