Results 1 to 2 of 2

Thread: Run executable path incorrect

  1. #1
    Join Date
    Jun 2018
    Posts
    12
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Run executable path incorrect

    Hi, I'm trying to build & run my qt project but nothing appears.

    I don't get any issues but in my application output, I get : Executable C:\Users\Oli\Documents\QtProject\LireTimer\LireTim er\LireTimer.exe does not exist.
    When I go in the project settings / run settings , my working directory is correct C:\Users\Oli\Documents\QtProject\LireTimer\LireTim er
    But my executable path is C:\Users\Oli\Documents\QtProject\LireTimer\LireTim er\LireTimer.exe instead of C:\Users\Oli\Documents\QtProject\LireTimer\LireTim er\debug\LireTimer.exe

    mine.png
    My path doesnt end with \debug\LireTimer.exe like this picture

    correct.png


    Also, I created a folder LireTimer to use shadow build which I deactivated to try to fix the problem. The second LireTimer directory is created automatically by Qt. Can I rename it per default to another name like source instead of the name of my project?
    Last edited by superpomax; 7th June 2018 at 17:12.

  2. #2
    Join Date
    Jun 2018
    Posts
    12
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Run executable path incorrect

    Needed to change the target of makefile.Debug (line 70 for me) :
    Before : TARGET = progg.exe
    After : TARGET = debug\progg.exe

Similar Threads

  1. Change plarform folder path to root folder path
    By Alundra in forum Qt Programming
    Replies: 1
    Last Post: 24th February 2015, 22:53
  2. Incorrect Julian Day
    By Rayven in forum Qt Programming
    Replies: 6
    Last Post: 16th November 2011, 13:10
  3. Replies: 8
    Last Post: 17th October 2009, 08:10
  4. QRegExp matchedLength seems incorrect
    By Arjan in forum Qt Programming
    Replies: 5
    Last Post: 16th July 2009, 18:03

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.