Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-88596

xcb plugin not installed even it was built

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.12.11
    • Build System
    • None
    • debian 9.5
    • Linux/X11

    Description

      Build from git including xcb but both libqxcb.so and libQt5XcbQpa.so.5 were not installed and QtCreator did not run.

      After copying plugin and lib into place QtCreator could be started.

      git clone git://code.qt.io/qt/qt5.git
      cd qt5/
      git checkout 5.12
      ./init-repository --module-subset=default,-qtwebengine
      rm -rf ../qt5-build # configure -recheck-all does not work
      mkdir -p ../qt5-build
      cd ../qt5-build
      ../qt5/configure -opensource -confirm-license -prefix /usr/local/bin/qt/5.12 -silent -nomake examples -nomake tests \
      -skip qt3d -skip qtandroidextras -skip qtdatavis3d -skip qtlocation -skip qtmacextras -skip qtpurchasing -skip qtwinextras \
      -xcb -xcb-xlib -qpa xcb
      make -j$(grep -c ^processor /proc/cpuinfo)
      sudo mkdir -p /usr/local/bin/qt/5.12
      sudo make install

      All required libs for build on debian were installed (incl. libxkbcommon-dev libxkbcommon-x11-dev)

       

      Attachments

        1. config.cache
          123 kB
        2. config.log
          105 kB
        3. config.opt
          0.2 kB
        4. config.status
          0.0 kB
        5. config.summary
          9 kB
        6. Makefile
          217 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            th.thielemann Thomas Thielemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes