Results 1 to 4 of 4

Thread: Creator start up issue

  1. #1
    Join Date
    Dec 2013
    Posts
    14
    Thanks
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default Creator start up issue

    Two of us are sharing work on the same project. He checked in his work to svn and that included the project files for the job. When I check out his code and attempt to run Creator on my system I get an error.

    "Using Old Settings for TestProject"
    " The versioned backup d:\tmp\TestProject.pro.user.JIR984 of the user settings file is used because the non-versioned file was created by an incompatible version of Qt Creator ...".

    I am using the same version of Creator as my associate with the same build date. When I say OK to this message, Creator goes into never-never land and the busy cursor never goes away. My associate has no trouble moving the project around on his computer. I have attempted to delete one or the other and both of the .user. files and still Creator just spins.



    Any idea what and why this is going on?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Creator start up issue

    Maybe your associated accidentally committed the .pro.user file?

    Cheers,
    _

  3. The following user says thank you to anda_skoa for this useful post:

    sterling (9th January 2014)

  4. #3
    Join Date
    Dec 2013
    Posts
    14
    Thanks
    6
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Creator start up issue

    Not sure what you mean. He did commit all the .pro.user.xxx files. I attempted to start things up by deleting those files and Creator just continues to spin. Should he have not committed the .pro.user.xxx files? What is contained in these files that would make a difference?

    Thanks.

  5. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Creator start up issue

    Xxx.pro contains the description of how to build your project. This is the thing you share.
    Xxx.pro.user.* files are created by Qt Creator to hold project and machine specific settings such as where Creator builds the project, or which compiler or Qt version it uses , run time working directories and arguments. You should not share this file.
    Close Creator, delete the Xxx.pro.user.* files, start Creator, and open the xxx.pro file.

  6. The following user says thank you to ChrisW67 for this useful post:

    sterling (9th January 2014)

Similar Threads

  1. Replies: 2
    Last Post: 9th April 2014, 15:29
  2. Replies: 1
    Last Post: 20th June 2013, 00:01
  3. Load the workspace in Qt Creator at start
    By qt_developer in forum Newbie
    Replies: 1
    Last Post: 1st November 2012, 14:50
  4. Cannot start app in Qt Creator
    By giantdragon in forum Newbie
    Replies: 1
    Last Post: 23rd May 2011, 21:32
  5. Qt Creator 2.0.1 and Qt 4.7.0 on Ubuntu 10.10 Code completion issue
    By aldav in forum Installation and Deployment
    Replies: 0
    Last Post: 10th March 2011, 14:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.