Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 5.8 produces different Qt Version on Embedded platform
Forum Updated to NodeBB v4.3 + New Features

Qt 5.8 produces different Qt Version on Embedded platform

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 1.2k 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.
  • O Offline
    O Offline
    O.Schofield
    wrote on last edited by O.Schofield
    #1

    I am trying to compile Qt Creator for the Odroid XU4 using this tutorial
    I can follow it through to the building Qt-Creator however when I try to compile it, the following response is given from the terminal:

    odroid@odroid:~/Documents/qt-creator-build$ qmake -r ../qt-creator/qtcreator.pro
    Project MESSAGE: Cannot build Qt Creator with Qt version 5.5.1.
    Project ERROR: Use at least Qt 5.6.0.

    Checking the qmake -v gives:
    QMake version 3.0
    Using Qt version 5.5.1 in /usr/lib/arm-linux-gnueabihf

    I have installed qtchooser (and put QT_SELECT=5 in the /.bashrc), apt-get installed qt5-qmake however I am not sure what else to do?
    OS is Ubuntu MATE 16.04

    Thanks in advance!

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

      Hi,

      Where did you install your self-built Qt 5.8 ?

      If you want to ensure that you are using the exact version of you'd like, just call qmake with the full path.

      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
      • O Offline
        O Offline
        O.Schofield
        wrote on last edited by
        #3

        I installed Qt to /mnt/Odroid/build/
        so would I just qmake to this location? -> qmake /mnt/Odroid/build/qt5/qtcreator.pro (?)

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

          No call /mnt/Odroid/build/qt5/qtbase/bin/qmake or wherever your self-built qmake landed.

          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