Results 1 to 3 of 3

Thread: Executable file does not exist

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2014
    Location
    Korea
    Posts
    7
    Thanks
    6
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Smile Executable file does not exist

    Hi,

    I got this error while porting Qt4.8.5 to Qt 5.2 in window 7 with -mingw
    Qt Code:
    1. Executatble D:/ .... /filename.exe doesnot exist.
    To copy to clipboard, switch view to plain text mode 

    When I compile, everything just fine. No error but this one.
    However, when I check the release/debug folder, I see the .exe file but it did not named as the project name.
    When I change it to the project name, it run well @@.

    Thanks you for reading


    qt5.2Error.PNG

    PS: For porting 4.8.5 to 5.2 i just
    - .pro file: Adding
    Qt Code:
    1. CONFIG += qt
    2. QT += core gui declarative
    To copy to clipboard, switch view to plain text mode 
    - ui_ header file:
    Qt Code:
    1. replace QtGui by QtWidget
    2. remove: QApplication::UnicodeUTF8
    To copy to clipboard, switch view to plain text mode 
    Last edited by atenakid; 18th February 2014 at 07:22.

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. Replies: 3
    Last Post: 23rd May 2013, 08:20
  3. File does not exist error with rcc.exe
    By JB_Trace in forum Newbie
    Replies: 1
    Last Post: 6th November 2012, 16:20
  4. rcc: File does not exist
    By lyuts in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2010, 08:26
  5. Replies: 1
    Last Post: 27th September 2008, 20:12

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.