Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Details library

    General and Desktop
    2
    2
    71
    Loading More Posts
    • 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
      Fiore last edited by

      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 Reply Quote 0
      • Chris Kawa
        Chris Kawa Moderators last edited by

        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 Reply Quote 4
        • First post
          Last post