leafo / itchio-app-old

Desktop itch.io client
MIT License
45 stars 6 forks source link

Replace 'or' with '||' and use QT's PKGCONFIG macro #11

Closed firas-assaad closed 9 years ago

firas-assaad commented 9 years ago

Building on Windows, I could only get pkg-config to work by using qmake's PKGCONFIG variable.

The alternative and/or/etc. tokens in C++ are obscure and require certain flags or header files in at least one compiler.

leafo commented 9 years ago

Thanks for the excellent patch