Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cannot open Qt5 creator after complete installation on Raspberry Pi 3
Forum Updated to NodeBB v4.3 + New Features

Cannot open Qt5 creator after complete installation on Raspberry Pi 3

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 689 Views 2 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.
  • edwardy84E Offline
    edwardy84E Offline
    edwardy84
    wrote on last edited by
    #1

    I have my Raspberry Pi 3 running on standard raspbian GNU/Linux 9 stretch. I wish to install Qt5 creator for source code development.

    here are the commands i used to run the installation:

    sudo apt-get install qt5-default
    
    sudo apt-get install qtcreator
    

    I can find the Qt Creator apps in my desktop tab programming>Qt Creator. I clicked on it but nothing happen.

    I opened my terminal and type qtcreator to run the apps, it shows the message below:

    This application failed to start because it could not find or load the Qt platform plugin "xcb"
    in "".
    Available plaform plugins are: eglfs, linuxfb, minimal, minimaleg1, offscreen, vnc, web1, xcb.
    Reinstallting the application may fix this problem.
    Aborted

    I have retried to uninstall everything and reinstall, same error message show up.

    May i know how to fix the problem above?

    77afaa0b-06ca-4b8c-a2b9-0b596383a564-image.png

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by aha_1980
      #2

      Debian packages are maintained by Debian. It's something they should solve if they support RPi, try raising the issue on some Debian mailing list or bug tracker.

      A standard way of using Qt on RPi is to cross-compile and use Qt Creator on your host machine.

      Judging from error message: try running QtC with different platform plugin, like this:

      qtcreator -platform "eglfs"
      

      (Z(:^

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

        Hi,

        You should also start your application with the QT_DEBUG_PLUGINS environment variable set to 1. That will give you information about what is happening.

        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
        1

        • Login

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