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. where / how to modify project / QT path ?
Forum Updated to NodeBB v4.3 + New Features

where / how to modify project / QT path ?

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

    I have moved my project to different OS and now I need to change few paths .
    What would be the most efficient way to do so ?
    Should I just install new copy of QT into same project directory?

    I am trying to mitigate
    failures of OS - sometime "upgrade " makes a mess
    and sometime QT adds / deletes text ( I have a full backup of my project directory ).

    I am asking for general suggestion , not for actual implementation.

    d65b9934-1778-4335-8300-9fc645fdca6b-image.png ![alt text](image url)

    Cheers

    1 Reply Last reply
    0
    • RenioR Offline
      RenioR Offline
      Renio
      wrote on last edited by
      #2

      If I undestud your question, you can use PRO_FILE_PWD variable in *.pro / *.pri file

      https://doc.qt.io/qt-6/qmake-variable-reference.html#pro-file-pwd

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        Thanks - very helpful suggestion I used this

        message("* LIBS path ****************************************************")
        message($$LIBS)
        message("
        LIBS path *****************************************************")

        and it does show the incorrect path .

        Now I have to "back-paddle " to find the actual code causing this ...,.

        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