Hi,
I got this error while porting Qt4.8.5 to Qt 5.2 in window 7 with -mingw
Executatble D:/ .... /filename.exe doesnot exist.
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
CONFIG += qt
QT += core gui declarative
CONFIG += qt
QT += core gui declarative
To copy to clipboard, switch view to plain text mode
- ui_ header file:
replace QtGui by QtWidget
replace QtGui by QtWidget
remove: QApplication::UnicodeUTF8
To copy to clipboard, switch view to plain text mode
Bookmarks