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.
  • M Offline
    M Offline
    mmikeinsantarosa
    wrote on 5 Apr 2019, 20:29 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
    • C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 6 Apr 2019, 06:02 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

      M 1 Reply Last reply 6 Apr 2019, 14:11
      1
      • C Christian Ehrlicher
        6 Apr 2019, 06:02

        You should take a look at the qmake manual

        M Offline
        M Offline
        mmikeinsantarosa
        wrote on 6 Apr 2019, 14:11 last edited by
        #3

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

        Mike

        1 Reply Last reply
        0

        2/3

        6 Apr 2019, 06:02

        • Login

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