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).
I need system independent target extension in project file for QMAKE_POST_LINK operation. Project generates shared library and TEMPLATE=lib is used. But both related variables appear blank when I use them. How can I get what I need?
Here is how to use qmake and system variables in .pro: @ $$QMAKE_EXTENSION_SHLIB @
This generates blank value too.
Hi,
What platform are you on ?
Targeting to multiplatform but current development on Windows. I use Qt 4.7 - this is technical demand.
Can you show the content of your pro file ?