I want to share my version of the assembly in the application, but I cannot get this to work ... this is part of my .pro file ...
LITERAL_HASH = "foo"; BUILD = "$${LITERAL_HASH}{\"sexy Installer\"},(0x12345678),1,0,3"; DEPLOYMENT.installer_header = $$(BUILD); message(bar .$$(BUILD).)
and when I run qmake from the Qt menu, the output is:
Project MESSAGE: bar ..
I do everything according to the docs, and yet this variable seems empty ...
source share