Results 1 to 2 of 2

Thread: Does Qt Creator get tired?(?)

  1. #1
    Awareness Guest

    Default Does Qt Creator get tired?(?)

    Yesterday,I was trying a basic program which was in exercises section of a book.I was using pure C++,Qt Creator as programming environment and it uses mingw as compiler.

    I got very tired after about 5 hours of my programming work,and I was working for 2-3 hours on the same program.I was changing the program and it was sometimes giving me compiler errors,sometimes no compiler error but the program was not working like I intended.At last I decided to give up and try to solve the problem next day.

    Interestingly,today I opened the same program with Qt Creator again,I directly built the .exe file with Qt Creator without changing any code,and when I tried to run the program,it worked flawlessly.

    I couldn't understand why this happened...Why could it be?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Does Qt Creator get tired?(?)

    Probably some stale files make couldn't detect. At times like that it is good to do a make distclean && qmake && make sequence to make sure the toolchain doesn't screw up linking.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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


Similar Threads

  1. Creator help
    By Nevering in forum Newbie
    Replies: 1
    Last Post: 10th March 2011, 10:30
  2. Using QCA with QT Creator
    By mrstif in forum Newbie
    Replies: 4
    Last Post: 18th October 2010, 17:31
  3. Qt Creator
    By Baracardi in forum Qt Tools
    Replies: 5
    Last Post: 28th May 2010, 15:43
  4. What is Qt Creator?
    By impeteperry in forum General Programming
    Replies: 7
    Last Post: 1st July 2009, 19:20
  5. Qt Creator
    By fnmblot in forum General Discussion
    Replies: 3
    Last Post: 12th April 2009, 09:06

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
  •  
Qt is a trademark of The Qt Company.