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. What sets resource.rc value assignments
Forum Updated to NodeBB v4.3 + New Features

What sets resource.rc value assignments

Scheduled Pinned Locked Moved Unsolved General and Desktop
project
3 Posts 2 Posters 690 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.
  • mmikeinsantarosaM Offline
    mmikeinsantarosaM Offline
    mmikeinsantarosa
    wrote on last edited by
    #1

    Whenever I build a project on a windows system that includes a resource file to hold images etc, a projectName_resource.rc file gets created. In this file are some possible value assignments:
    VALUE "CompanyName", "\0"
    VALUE "FileDescription", "\0"
    VALUE "FileVersion", "\0"
    VALUE "LegalCopyright", "\0"
    VALUE "OriginalFilename", "\0"
    VALUE "ProductName", "\0"
    VALUE "ProductVersion", "\0"

    What variable assignment do I need to make to actually have meaningful values show up here other than nothing?

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      You should take a look at the qmake manual

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      mmikeinsantarosaM 1 Reply Last reply
      1
      • Christian EhrlicherC Christian Ehrlicher

        You should take a look at the qmake manual

        mmikeinsantarosaM Offline
        mmikeinsantarosaM Offline
        mmikeinsantarosa
        wrote on last edited by
        #3

        @Christian-Ehrlicher
        Thanks for the tip and will do.

        Mike

        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