forked from qt-creator/qt-creator
Doc: Replace libSM-dev with libsm-dev
Which is the correct way to write the name of the package. Fixes: QTCREATORBUG-29031 Change-Id: I860051b8e5f94a800d6f7b448daf02ae01611f9d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (C) 2021 The Qt Company Ltd.
|
// Copyright (C) 2023 The Qt Company Ltd.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@@ -219,7 +219,7 @@
|
|||||||
Ubuntu or Debian?}
|
Ubuntu or Debian?}
|
||||||
|
|
||||||
\code
|
\code
|
||||||
sudo apt-get install libglib2.0-dev libSM-dev libxrender-dev libfontconfig1-dev libxext-dev
|
sudo apt-get install libglib2.0-dev libsm-dev libxrender-dev libfontconfig1-dev libxext-dev
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
If you use QtOpenGL, you also need:
|
If you use QtOpenGL, you also need:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (C) 2020 The Qt Company Ltd.
|
// Copyright (C) 2023 The Qt Company Ltd.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
\li g++
|
\li g++
|
||||||
\li make
|
\li make
|
||||||
\li libglib2.0-dev
|
\li libglib2.0-dev
|
||||||
\li libSM-dev
|
\li libsm-dev
|
||||||
\li libxrender-dev
|
\li libxrender-dev
|
||||||
\li libfontconfig1-dev
|
\li libfontconfig1-dev
|
||||||
\li libxext-dev
|
\li libxext-dev
|
||||||
|
Reference in New Issue
Block a user