diff --git a/src/plugins/qtsupport/baseqtversion.cpp b/src/plugins/qtsupport/baseqtversion.cpp index 28cc8b9c672..d6d94cac993 100644 --- a/src/plugins/qtsupport/baseqtversion.cpp +++ b/src/plugins/qtsupport/baseqtversion.cpp @@ -701,7 +701,7 @@ QString QtVersion::invalidReason() const if (!d->m_qmakeIsExecutable) return Tr::tr("qmake does not exist or is not executable"); if (!d->data().installed) - return Tr::tr("Qt version is not properly installed, please run make install"); + return Tr::tr("Qt version is not properly installed"); if (binPath().isEmpty()) return Tr::tr("Could not determine the path to the binaries of the Qt installation, " "maybe the qmake path is wrong?");