Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt 6 on RPi 4 broken installation
Forum Updated to NodeBB v4.3 + New Features

Qt 6 on RPi 4 broken installation

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 74 Views
  • 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.
  • O Offline
    O Offline
    OldRoly
    wrote last edited by
    #1

    Hi,
    I am a newbie. So far I have successfully built a simple database program on Windows, and partially successful on Android - it does not run on all my android devices.

    It would be OK if I could build the app directly on the Pi 4 (8MB). It is not a large project and I understand the Pi will handle this. Over the past week I have tried::

    1. Qt on-line installer for Linux arm64. It will not install.
    2. Qt on-line installer for Linux aarch64. It appears to install OK, but will not run.
    3. QtCreator from RPi respository. It downloads and installs OK (QtCreator V13, Qt 6.4.2), however no matter what I try I cannot set the required version information when defining a default desktop kit. The system appears to be seeking a qmake executable, but none is available:
      69999061-e88a-4733-855a-7c5ecba653f7-20250804_16h52m01s_grim.png

    Any help would be very much appreciated.

    OldRoly

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote last edited by
      #2

      For #2 it would help it you could provide information why it won't start. Usually you get some error output when you run the application from the terminal.

      Qt 6.8.0 package on Linux arm64 does not work on Debian 11 is one bug report regarding running on Raspberry Pi.

      For #3 you need to install the Qt development packages, which are not needed for just running Qt applications like Qt Creator.

      At https://wiki.qt.io/Building_Qt_Creator_from_Git_on_Ubuntu_22.04 you have a tutorial on how to build Qt Creator itself using a host Qt installation (no Qt SDK involved).

      You will have to do a few calls to sudo apt install to get things running. Ubuntu is based on Debian and I do hope that the package naming is the same.

      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