Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt 6 build - qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
Forum Updated to NodeBB v4.3 + New Features

Qt 6 build - qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 2 Posters 515 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nicmoraisN Offline
    nicmoraisN Offline
    nicmorais
    wrote on last edited by nicmorais
    #1

    So, I know this have been posted multiple times here, but none of the topics helped me solve this. The logs of the ./configure are here: https://controlc.com/6f559fa6

    ./configure  -eglfs  -confirm-license -opensource -plugin-sql-psql -sql-psql -xcb 
    

    Any tips? I've already installed all libxcb-* packages.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Which Linux distribution ?
      Where did you install your custom build ?
      How are you starting your application ?
      Did you already used the QT_DEBUG_PLUGINS environment variable ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • nicmoraisN Offline
        nicmoraisN Offline
        nicmorais
        wrote on last edited by nicmorais
        #3

        Hello again SGaist! I'm running Debian Buster.
        The files are at ~/qt6/qtbase. I just enter that directory and ran configure and make, so the build files are there, right?
        I'm starting the application with ./Application.
        I also set QT_DEBUG_PLUGINS, here's the result: https://controlc.com/cf8dd33a (Does not help much)

        So it seems like libxcb was not built inside that ~/qt6/qtbase/plugins/platforms. I don't know if I have to install anything else.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Did you call make install after the build ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          nicmoraisN 1 Reply Last reply
          0
          • SGaistS SGaist

            Did you call make install after the build ?

            nicmoraisN Offline
            nicmoraisN Offline
            nicmorais
            wrote on last edited by
            #5

            @SGaist Sorry for the delay
            So, I tried cmake install . but there's the same error.

            1 Reply Last reply
            0
            • nicmoraisN Offline
              nicmoraisN Offline
              nicmorais
              wrote on last edited by
              #6

              Update: I got it compiled by changing to development branch (6.3.0)! Thanks a lot for your help!

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved