QT4.6.2 Project on QT 5.8.0 (QTCreater 4.2.1)
-
@jsulm said in QT4.6.2 Project on QT 5.8.0 (QTCreater 4.2.1):
@devKing @ambershark QtCreator can handle Qt4 just fine. You just need to install Qt4 and then open the project (pro file) in QtCreator. So, you installed Qt4, right? You open the pro file in QtCreator? Did you select the Qt4 Kit? After opening the pro file right-click on the project on the left side and select "Run qmake" then build.
I tried this and it was not working..i got the project into QTCreater but i cloudn't run.
"No winrtrunner.exe found."
was the error.. -
@devKing Did you use Kit with Qt4? What exact Qt4 version did you install (for which compiler)?
"No winrtrunner.exe found." - winrtrunner.exe is only needed for Windows RT. I don't think Qt4 supports Windows RT, so you most probably used Qt5 for Windows RT instead of Qt4. See here: http://doc.qt.io/qt-5/winrt-support.html -
@devKing Did you use Kit with Qt4? What exact Qt4 version did you install (for which compiler)?
"No winrtrunner.exe found." - winrtrunner.exe is only needed for Windows RT. I don't think Qt4 supports Windows RT, so you most probably used Qt5 for Windows RT instead of Qt4. See here: http://doc.qt.io/qt-5/winrt-support.html -
@jsulm I used KIT 4.6.0 as default and tried to run.
QT version 4.6.0 as for compiler i tried with mingw
Another error is there "Unknown module(s) in QT: webkit"@devKing Check your Qt4 Kit - something is wrong. It should not ask for winrtrunner.exe. And also try to rebuild completely.
You should use latest Qt4 version which is 4.8.7.
Regarding ""Unknown module(s) in QT: webkit" - how did you install Qt4? Did you use online installer, offline installer, are you on Linux and did you use the Qt4 packages from your distribution? -
@devKing Check your Qt4 Kit - something is wrong. It should not ask for winrtrunner.exe. And also try to rebuild completely.
You should use latest Qt4 version which is 4.8.7.
Regarding ""Unknown module(s) in QT: webkit" - how did you install Qt4? Did you use online installer, offline installer, are you on Linux and did you use the Qt4 packages from your distribution? -
@devKing Also as far as I know QtWebKit isn't part of Qt 5.8 (but is part of Qt4) - it really looks like you're using your Qt5 Kit! Can you please make sure you're using Qt4 Kit?
-
@devKing In QtCreator click on "Projects" on the left side and see what is selected there. You can switch between kits easily there.