vogl icon indicating copy to clipboard operation
vogl copied to clipboard

Fix Linux X11 conflits with Qt 5.9

Open edubart opened this issue 8 years ago • 1 comments

This solves https://github.com/ValveSoftware/vogl/issues/222

X11 header definitions was conflicting with Qt headers, a solution was to undef the conflicting symbols just after including vogl_common.h and avoid to use them

Now I am able to built with Qt 5.9 and GCC 7.2 on ArchLinux

edubart avatar Nov 21 '17 14:11 edubart

thanks, this works for me

underdoeg avatar Dec 02 '17 14:12 underdoeg