After the installation of QtCreator on Linux you might get following error messag when launching the application:
It is likely one of libraries required by xcb is missing.
To resolve this problem find libxcb.so and run ldd to identify the missing library.
Install the missing dependency. E.g.: