Notes on QMake variables

From Mudlet
Revision as of 22:31, 16 October 2020 by Slysven (talk | contribs) (Starting some random notes about QMake variables that we might use/need/want to worry about)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

We do not currently make use QMAKE_TARGET_COPYRIGHT the Qt documentation says:

Windows only. Specifies the copyright information for the project target; this is used where applicable for putting the copyright information in the application's properties. This is only utilized if the VERSION or RC_ICONS variable is set and the RC_FILE and RES_FILE variables are not set.
Given that we DO set VERSION and RC_ICON this might be relevant, OTOH although we do not explicitly set the RC_FILE and RES_FILE they may be generated for us - but that might be significant!