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. Details library
Qt 6.11 is out! See what's new in the release blog

Details library

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

    Dear all,
    I have developed a library in c++ with QT. I would set details about the library like "file version", "product name", "file description" and more. I have read that I must do something in file .pro.
    Do you let know me How I can do it?
    Best Regards,
    Fiore

    1 Reply Last reply
    0
    • Chris KawaC Online
      Chris KawaC Online
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      An example set of properties (some are Windows specific) to set in the .pro file can look like this:

      QMAKE_TARGET_DESCRIPTION = This is a description of my product
      QMAKE_TARGET_PRODUCT = SomeProduct
      QMAKE_TARGET_COMPANY = SomeCompany
      QMAKE_TARGET_COPYRIGHT = Me!
      VERSION = 1.2.3.4
      

      For all possible options see qmake variables reference.

      1 Reply Last reply
      4

      • Login

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