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. Set QT_SYSROOT property
Forum Updated to NodeBB v4.3 + New Features

Set QT_SYSROOT property

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 744 Views 2 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
    Mark81
    wrote on last edited by
    #1

    I'm trying to change the value of QT_SYSROOT because I moved the Qt5 installation.
    According to the documentation I should be able to do that.

    But here what happens:

    $ ./qmake -query
    QT_SYSROOT:
    QT_INSTALL_PREFIX:/mnt/dev/qt5
    QT_INSTALL_ARCHDATA:/mnt/dev/qt5
    QT_INSTALL_DATA:/mnt/dev/qt5
    ...
    
    $ ./qmake -set QT_SYSROOT /mnt/dev/sysroot
    
    $ ./qmake -query
    QT_SYSROOT:/mnt/dev/sysroot
    QT_SYSROOT:
    QT_INSTALL_PREFIX:/mnt/dev/qt5
    QT_INSTALL_ARCHDATA:/mnt/dev/qt5
    ...
    
    $ ./qmake -query QT_SYSROOT
    
    

    What am I doing wrong?

    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