Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. What does $$[QT_HOST_DATA/get] do?
Forum Updated to NodeBB v4.3 + New Features

What does $$[QT_HOST_DATA/get] do?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
4 Posts 3 Posters 919 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.
  • DiracsbracketD Offline
    DiracsbracketD Offline
    Diracsbracket
    wrote on last edited by
    #1

    Hi.
    Where is the following syntax used in a feature configuration (.prf) file? defined:

    $$[QT_HOST_DATA/get]
    

    I know $$[ ... ] is to access QMake properties as explained in the Qt doc, but where is the /get part of the notation in $$[QT_HOST_DATA/get] clarified? And what does it precisely do?

    Also, inside a Qt .conf file, what is the difference between include (for other .conf files) and load() (for .prf files)?
    If include(some.conf) merely consists in the contents of some.conf to be literally pasted into the including .conf file, what does the load() do exactly?

    I have found no info about the structure of .prf files.
    https://doc.qt.io/qt-5/qmake-advanced-usage.html says that you can create .prf files, but says nothing about how these files are processed or should be structured?

    Thanks for any clarifications you can provide!

    1 Reply Last reply
    0
    • mranger90M Offline
      mranger90M Offline
      mranger90
      wrote on last edited by
      #2

      Try this page:
      https://doc.qt.io/qt-5/qmake-environment-reference.html

      DiracsbracketD 1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        The structure is the same as .pro file. The language doesn't change, just the functionality it represents.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • mranger90M mranger90

          Try this page:
          https://doc.qt.io/qt-5/qmake-environment-reference.html

          DiracsbracketD Offline
          DiracsbracketD Offline
          Diracsbracket
          wrote on last edited by
          #4

          @mranger90
          Yes I read that, but it does not explain what the /get does in $$[QT_HOST_DATA/get] or why it is needed.

          I asked the question on StackOverflow and had some better luck there:
          https://stackoverflow.com/questions/54630443/what-does-qt-host-data-get-do-in-a-qt-feature-configuration-prf-file

          Cheers, and thanks for reacting!

          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