How to install Qt 5.6 and use New Web Engine (Chromium 45)
-
Hi,
I am trying to install Qt 5.6 since 2 days, and I am not able to do anything.
I want to use Qt Creator because I know it well, but it does not detect compiler for examples (such as demobrowser)Configuration is faulty. Check the Issues view for details.
Erreur lors de la compilation/déploiement du projet demobrowser (kit : Desktop Qt 5.6.0 MSVC2013 64bit)
When executing step "Make"And if i try to compile manually the sources :
'cl' n'est pas reconnu en tant que commande interne
ou externe, un programme executable ou un fichier de commandes.Could you help me ?
Thanks a lot
PS : I have Microsoft Visual Studio 2015 and Qt Creator 3.6.1 with Qt 5.6.0 (MSVC 2013, 32 bit)
-
Hi and welcome to devnet,
Since you have installed Qt for MSVC2013, you have to also install Visual Studio 2013. You can't mix and match on Windows. Microsofts compilers are not compatible one with the other.
The other solution is to install Qt for MSVC2015 since you already have Visual Studio 2015 installed.
-
If you used the online installer then you can do it through the maintenance tool that you can find in Qt's root directory.
-
I have this error :
Erreur lors de la compilation/déploiement du projet Test (kit : Desktop Qt 5.6.0 MSVC2015 64bit)
When executing step "Make"Screenshot : http://postimg.org/gallery/3byogsj4s/
I can't compile anything.
Please
-
Silly question but are you sure you have Visual Studio installed ? Did you install it from the Microsoft Developer web site ?
-
Yes, I am sure, I have this version : http://s21.postimg.org/6anqobrxz/Capture.png
-
Did you install MSVC2015 before or after Qt ?
Can you see it in the Compilers tab ?