Thunfische
Thunfische

Reputation: 1157

QT needs a compiler set up to build

Operating system is ubuntu 12.04. I have downloaded and installed QT 5.0.2 (64bit linux). Then when I try to debug something, it says
:-1: error: Qt Creator needs a compiler set up to build
Configure a compiler in the kit options. I've already installed mingw but QT doesn't auto-detect it. (I don't know even if it is supposted ro do that).

Upvotes: 0

Views: 494

Answers (1)

Pavel Strakhov
Pavel Strakhov

Reputation: 40492

A compiler can be installed on Ubuntu using a simple command:

apt-get install build-essential

Upvotes: 1

Related Questions