Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
what is wrong with this .pro file @ #test.pro VAR_ONE = first VAR_TWO = second INDEX = TWO VAR = $${VAR_$${INDEX}} @
When I process it with qmake I get the following error message:
test.pro:5: Missing } terminator [found $]
Thank you!
Nobody has any ideas?