gamecreature / QtAwesome

QtAwesome - Font Awesome for Qt Applications
Other
773 stars 147 forks source link

rename fa::linux to fa::_linux to avoid name conflict with linux system #defines #15

Closed joelnordell closed 8 years ago

joelnordell commented 8 years ago

GCC and clang compilers on Linux define the following macro:

#define linux 1

This conflicts with the linux value in the QtAwesome.h header.

gamecreature commented 8 years ago

Great!! Thank you!! This solves a part of issue #13.