Results 1 to 7 of 7

Thread: "File MakeFile.Debug doesn't exist." solution

  1. #1
    Join Date
    Mar 2015
    Posts
    24
    Qt products
    Qt5
    Platforms
    Windows

    Default "File MakeFile.Debug doesn't exist." solution

    So upon installing and using the Qt Creator, and attempting to make my first test program I got a weird error when trying to compile:
    "File MakeFile.Debug doesn't exist."

    I searched for it on google but found very little help, many thought it was a bug.
    Actually this occurs when your qt is in a directory that requires administrator permissions. When you try to compile, I'm assuming it can't output MakeFile.Debug or MakeFile.Release so it says it doesn't exist.
    You can fix this by closing out the qt creator, running it as administrator, going back to your project, and re-building it. Then it will be successful.
    If it still doesn't work, make sure your project is for windows desktop and not windows phone .
    Cheers!

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: "File MakeFile.Debug doesn't exist." solution

    Try running qmake again, then rebuild. If that doesn't work, delete Makefile* manually then try to rebuild again.

  3. #3
    Join Date
    Mar 2015
    Posts
    24
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: "File MakeFile.Debug doesn't exist." solution

    Quote Originally Posted by jthomps View Post
    Try running qmake again, then rebuild. If that doesn't work, delete Makefile* manually then try to rebuild again.
    And if that doesn't work, then you can use the solution that's already posted in this thread :P

  4. #4
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: "File MakeFile.Debug doesn't exist." solution

    Quote Originally Posted by BeautiCode View Post
    And if that doesn't work, then you can use the solution that's already posted in this thread :P
    You lost me. Which solution are you referring to? I don't see any other replies other than the one I posted.

  5. #5
    Join Date
    Mar 2015
    Posts
    24
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: "File MakeFile.Debug doesn't exist." solution

    Quote Originally Posted by jthomps View Post
    You lost me. Which solution are you referring to? I don't see any other replies other than the one I posted.
    You lost me when you commented, considering the fact that this entire post is of me sharing a solution that I discovered, not requesting a solution :P

  6. #6
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: "File MakeFile.Debug doesn't exist." solution

    Quote Originally Posted by BeautiCode View Post
    You lost me when you commented, considering the fact that this entire post is of me sharing a solution that I discovered, not requesting a solution :P
    heh, I've never seen anyone post a question and the solution in the same post. As a native english speaker, I could not tell from your post that you actually found a solution.

  7. #7
    Join Date
    Mar 2015
    Posts
    24
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: "File MakeFile.Debug doesn't exist." solution

    Quote Originally Posted by jthomps View Post
    heh, I've never seen anyone post a question and the solution in the same post. As a native english speaker, I could not tell from your post that you actually found a solution.
    I never actually asked a question in the post, those are all statements :P
    But it's cool

Similar Threads

  1. Qt Creator: File Makefile doesn't exist
    By earthling in forum Qt Tools
    Replies: 6
    Last Post: 4th November 2016, 03:44
  2. the "qrc_res.cpp" doesn't exist after compiling
    By Hughen in forum Qt Programming
    Replies: 6
    Last Post: 18th October 2012, 06:39
  3. Replies: 3
    Last Post: 15th February 2010, 17:27
  4. Qt Creator: File Makefile doesn't exist
    By earthling in forum Qt Programming
    Replies: 0
    Last Post: 9th December 2009, 17:46

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.