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. How to access CurrentKit:FileSystemName in .pro file
Forum Update on Monday, May 27th 2025

How to access CurrentKit:FileSystemName in .pro file

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

    I need to reference another project within my .pro file.

    I need to get the value of QtCreator's "%{CurrentKit:FileSystemName}"

    Is there a QMAKE variable which is set to this value?

    I just want the "Desktop_Qt_5_11_1_MinGW_32bit" component of the overall build directory name.

    sierdzioS 1 Reply Last reply
    0
    • F Farling

      I need to reference another project within my .pro file.

      I need to get the value of QtCreator's "%{CurrentKit:FileSystemName}"

      Is there a QMAKE variable which is set to this value?

      I just want the "Desktop_Qt_5_11_1_MinGW_32bit" component of the overall build directory name.

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @Farling said in How to access CurrentKit:FileSystemName in .pro file:

      I need to get the value of QtCreator's "%{CurrentKit:FileSystemName}"
      Is there a QMAKE variable which is set to this value?

      Check out OUT_PWD. https://doc.qt.io/qt-5/qmake-variable-reference.html#out-pwd

      (Z(:^

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved