Hello,

I have a pro file and encountered two problems which I do not understand. Maybe some one can help me.
I am using Qt 5.4 on a Mac as well as in a Parallels Windows VM.

When I use an 'else' like this:

win32
{
}
else
{
}

I get a parse error saying that 'else' is unexpected.

When I use the infamous Macintosh flag setup

unix:!macx
{
LIBS = OhNoooo
}

This still applies to Mac, even better is also applies to Windows.

I have seen both cases a lot across the internet so I would expect them to work. Could someone point me in the right direction?

Thanks
Dan