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. QT5 on Raspberry Pi - No QTCreator?
Qt 6.11 is out! See what's new in the release blog

QT5 on Raspberry Pi - No QTCreator?

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.6k 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.
  • M Offline
    M Offline
    mackan
    wrote on last edited by
    #1

    Hi!

    I'm quite new to linux and building qt.
    I have tried to follow the guides on this site.

    I first I tried to build it on the raspberry pi
    http://qt-project.org/wiki/Native_Build_of_Qt5_on_a_Raspberry_Pi

    and I have also tried to crosscomplie it using another computer.
    http://qt-project.org/wiki/RaspberryPi_Beginners_guide

    I think it's been built OK both times (not many error etc), but I cannot find QTCreator.
    according to the tutorials, QTCreator should be located in
    /usr/local/qt5/bin after I do the following:

    • cd opt/qt5/qtbase/
    • ./configure -v -opengl es2 -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/usr/bin/ -opensource -confirm-license -optimized-qmake -reduce-relocations -reduce-exports -release -qt-pcre -make libs -prefix /usr/local/qt5
      -sudo make
      -sudo make install

    But the only files located in /usr/local/qt5/bin are:
    "moc, qdbuscpp2xml, qdbusxml2cpp, qdoc, qmake, rcc, syncqt.pl, uic"

    Is there anyone who knows what I may do wrong?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mackan
      wrote on last edited by
      #2

      Is QTCreator not included in the qt5 source that is downloaded?
      Maybe I need to download the Qtcreator source aswell and build it with qmake?

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

        Hi and welcome to devnet,

        You guessed right, Qt Creator is not part of Qt's sources, it's another product build on top of it. You have to download it separately.

        Depending on your need, you should consider using Qt Creator on your desktop and cross-compile your application before deploying it to your RaspberryPi.

        Happy coding

        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

        • Login

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