Qt for X11 Requirements

Platform Plugin Dependencies

On Linux, the xcb QPA (Qt Platform Abstraction) platform plugin is used. It provides the basic functionality needed by Qt GUI and Qt Widgets to run against X11. Its library dependencies are described the following table. To build Qt from its source code, you will also need to install the development packages for these libraries for your system.

NameLibraryNotesConfiguration optionsMinimum working version
XRenderlibXrenderX Rendering Extension; used for anti-aliasing and alpha cursor support-xrender or auto-detected0.9.0
xcb-renderlibxcb-renderX C Bindings for Render extensionauto-detected1.11
xcb-render-utillibxcb-render-utilUtility library for XCB for Render extensionauto-detected0.3.9
xcb-shapelibxcb-shapeX C Bindings for Shape extensionauto-detected1.11
xcb-randrlibxcb-randrX C Bindings for Resize and Rotate Extensionauto-detected1.11
xcb-xfixeslibxcb-xfixesX C Bindings for Fixes Extensionauto-detected1.11
xcb-xkblibxcb-xkbX C Bindings for XKeyboard Extensionauto-detected1.11
xcb-synclibxcb-syncX C Bindings for Sync Extensionauto-detected1.11
xcb-shmlibxcb-shmX C Bindings for Shared Memory Extensionauto-detected1.11
xcb-icccmlibxcb-icccmX C Bindings for ICCCM Protocolauto-detected0.3.9
xcb-keysymslibxcb-keysymsUtility library for XCB for keycode conversionauto-detected0.3.9
xcb-imagelibxcb-imageUtility library for XCB for XImage and XShmImage, used for QBackingStore and cursor supportauto-detected0.3.9
xcb-utillibxcb-utilUtility library for XCB for atom, aux and eventauto-detected0.3.9
xcb-cursor0libxcb-cursor0Utility library for XCB for cursorauto-detected0.1.1
xkbcommonlibxkbcommonKeymap handling-xkbcommon or auto-detected0.5.0
xkbcommon-x11libxkbcommon-x11Keymap handlingauto-detected0.5.0
FontconfiglibfontconfigFont customization and configuration-fontconfig or auto-detected2.6
FreeTypelibfreetypeFont engine2.3.0
XextlibXextX Extensions6.4.3
X11libX11X11 client-side library6.2.1
xcblibxcbX C Binding library1.11
X11-xcblibX11-xcbXlib/XCB interface library1.3.2
SMlibSMX Session Management-sm or auto-detected6.0.4
ICElibICEInter-Client Exchange-sm or auto-detected6.3.5
gliblibglib-2.0Common event loop handling-glib or auto-detected2.8.3
pthreadlibpthreadMultithreading2.3.5

Development packages for these libraries contain header files that are used when building Qt from its source code. The package names may differ among Linux distributions, and some distributions may not include all packages in the default configuration for their package management system. It's impractical for Qt to maintain a complete overview for all distributions. For example, RedHat and its derivatives are known to require a non-default repository for certain packages (e.g. "Extra Packages for Enterprise Linux" (EPEL) for RHEL, or "CodeReady Linux Builder"). Refer to the documentation for your specific distribution for specifics. RHEL users may contact RedHat support for correct information.

On Debian-based GNU/Linux systems, as an example, we recommend that you install the following development packages:

  • libfontconfig1-dev
  • libfreetype6-dev
  • libx11-dev
  • libx11-xcb-dev
  • libxext-dev
  • libxfixes-dev
  • libxi-dev
  • libxrender-dev
  • libxcb1-dev
  • libxcb-cursor-dev
  • libxcb-glx0-dev
  • libxcb-keysyms1-dev
  • libxcb-image0-dev
  • libxcb-shm0-dev
  • libxcb-icccm4-dev
  • libxcb-sync-dev
  • libxcb-xfixes0-dev
  • libxcb-shape0-dev
  • libxcb-randr0-dev
  • libxcb-render-util0-dev
  • libxcb-util-dev
  • libxcb-xinerama0-dev
  • libxcb-xkb-dev
  • libxkbcommon-dev
  • libxkbcommon-x11-dev

Some of these packages depend on others in this list, so installing one may cause others to be automatically installed. Other distributions may provide system packages with similar names.

Accessibility Dependencies

The Qt accessibility implementation uses the Assistive Technology Service Provider Interface (AT-SPI). Besides DBUS, the development package libatspi2.0-dev must be installed.

OpenGL Dependencies

Configure attempts to automatically detect OpenGL ES 2.0, or later, or regular desktop OpenGL. You can disable OpenGL support by using the -no-opengl option.

Note: The Qt OpenGL module (which contains classes that start with QGL) has been deprecated in favor of the Qt GUI module (which contains classes that start with QOpenGL).

QDoc Dependencies

QDoc uses Clang to parse C++ code. If you wish to build QDoc manually, refer to Installing Clang for QDoc for specific build requirements.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.