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. where can I find the syntax used in *.pro files?

where can I find the syntax used in *.pro files?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
2 Posts 2 Posters 558 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.
  • J Offline
    J Offline
    jdent
    wrote on last edited by
    #1

    Hi,

    I am having trouble following PRO project files in Qt Creator. I would like to read the syntax for these type of files and also to know if there is a way to figure out the value of a "constant" used in a pro or pri file like:

    ${QWT_ROOT}

    and also what is the difference between double braced and single braced references to these constants, as in:

    ${QWT_ROOT} and $${PWD}

    Thanks
    Juan

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      hi
      A good start migh be
      http://doc.qt.io/qt-5.5/qmake-manual.html

      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