Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Compiling QT 5.14.2 on Ubuntu 18.04 (Jetson Xavier AGX)

Compiling QT 5.14.2 on Ubuntu 18.04 (Jetson Xavier AGX)

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 748 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.
  • V Offline
    V Offline
    VisionaryMind
    wrote on last edited by
    #1

    The git repository for QT5 was pulled down to an AGX and the 5.14.2 branch was checked out. The following commands were run directly in the source directory:

    • ./configure -prefix $PWD/qtbase -opensource -nomake tests
    • make -j8
    • sudo make install

    No errors were encountered, however QT binaries are not present anywhere in the usr or usr/local folders. When attempting to compile other projects that requrie QT5, it can no longer be found. Any advice to get me put me on the right path to a successful install would be greatly appreciated.

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

      @VisionaryMind said in Compiling QT 5.14.2 on Ubuntu 18.04 (Jetson Xavier AGX):

      -prefix $PWD/qtbase

      This is where your Qt was installed - into $PWD/qtbase.

      (Z(:^

      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