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. QT installation issue.
Forum Updated to NodeBB v4.3 + New Features

QT installation issue.

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

    I am running 32 bit ubuntu 16.04 on nanopi m3 controller board. The QT version that came along with the OS was QT 4. But I need QT 5 for working with ROS. So I uninstalled QT 4 and installed QT5 using this command

    sudo apt-get install qtdeclarative5-dev
    
    

    After installation when I run this command to check the QT version

    qmake -version
    

    The OS is throwing error

    qmake: could not exec '/usr/lib/arm-linux-gnueabihf/qt4/bin/qmake': No such file or directory
    
    

    Can someone help me to solve this.
    Thanks in advance.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! Do you want to develop / compile your applications on that board or do you cross compile it on a PC and only need to deploy the binaries to the nanopi?

      G 1 Reply Last reply
      1
      • ? A Former User

        Hi! Do you want to develop / compile your applications on that board or do you cross compile it on a PC and only need to deploy the binaries to the nanopi?

        G Offline
        G Offline
        gokz
        wrote on last edited by
        #3

        @Wieland cross compile sounds good but certain ROS packages that I plan to run on the nanopi M3 have Qt5 as dependency. So I think Qt5 has to be installed and setup on the nanopi as well. What do you think ?

        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