A new Qt installation problem.
-
I installed Qt5 on Linux machine (Debian). When I open a project it sees no compilers available. So I go to Manage Kits and add it to Manual
C - /usr/bin/gcc
C++ - /usr/bit/g++
Debugger it detected automatically
/usr/bin/gdb
CMake it detected automatically
/usr/bin/cmakeNow when I press Debug it goes green for a second like it's done but in a build folder no files created.
Also I see an exclamation sign in Build&Run and it says -Device type is not supported by Qt version.
How can I deal with the problem?
-
I installed Qt5 on Linux machine (Debian). When I open a project it sees no compilers available. So I go to Manage Kits and add it to Manual
C - /usr/bin/gcc
C++ - /usr/bit/g++
Debugger it detected automatically
/usr/bin/gdb
CMake it detected automatically
/usr/bin/cmakeNow when I press Debug it goes green for a second like it's done but in a build folder no files created.
Also I see an exclamation sign in Build&Run and it says -Device type is not supported by Qt version.
How can I deal with the problem?
@jenya7 said in A new Qt installation problem.:
How can I deal with the problem?
Fix the device type in your Kit. For desktop Qt it should be "desktop" I think.