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'm developing cross-platform application and don't know how to setup compiler directives to differentiate the code for each platform. Please guide, thanks!
Hi and welcome to devnet,
Use scopes in your pro file:
@ win32: macx: etc... @
Have a look at the qmake manual chapter qmake Advanced usage, it's explained there
Happy coding !
Thanks a lot! I will look at it.