No Qt creator on Qt 64-bit installation on windows
-
I installed Qt 64-bit on windows and I dont find Qt creator in the folder.I have created a project on Qt creator in linux and I am trying to open that project in this Qt 64-bit installation on windows. I did not find any option to do that?? How can we do that?
-
Hi,
If you installed a Qt only build, then there's no Qt Creator with it. However you don't need a 64 bit Qt Creator to work with a 64 bit Qt build, a 32 bit works as well.
-
Yes. I found a link which had the 64-bit installer of the Qt creator and I installed it. I am getting an error when I try to select a compiler which is 64-bit. Could you let me know why I am getting that error.
-
Without knowing the error, no I can't
-
Hi,
Start by reading these:
See "Adding Compilers":http://doc.qt.io/qtcreator/creator-tool-chains.html to tell Qt Creator where to find your compiler.
See "Adding Qt Versions":http://doc.qt.io/qtcreator/creator-project-qmake.html to tell Qt Creator where to find the Qt binaries.
Finally, see "Adding Kits":http://doc.qt.io/qtcreator/creator-targets.html to tell Qt Creator how to combine your compiler with the Qt binaries.
If you need more help, show us the full error message.