Qt 5.9.5 setup after installation on Debian 11
-
Hi, I've installed Qt Creator 5.9.5 on Debian 11 with online installer, but I can't compile the PRO file. When I set Compiler path for qmake in Kits, I have got following error message after compilation:
:-1: error: Project ERROR: Cannot run compiler 'g++'. Output:/bin/sh: 1: g++: not found
Maybe you forgot to setup the environment?
Any idea how to setup the Kit properly? Thank you.
Coder
-
Hi, I've installed Qt Creator 5.9.5 on Debian 11 with online installer, but I can't compile the PRO file. When I set Compiler path for qmake in Kits, I have got following error message after compilation:
:-1: error: Project ERROR: Cannot run compiler 'g++'. Output:/bin/sh: 1: g++: not found
Maybe you forgot to setup the environment?
Any idea how to setup the Kit properly? Thank you.
Coder
Hi and welcome to devnet,
From the looks of it, you did not install g++.
To get your system ready for development, check this documentation page.
-