Home › Forums › Software Development › Using Tobii EyeX with QT creator ? › Reply To: Using Tobii EyeX with QT creator ?
01/06/2015 at 13:39 #3034
Jenny [Tobii]
Participant
Hi Liagre,
It looks like your compiler does not support C++11 since it complains on a line using the auto keyword. I think only newer versions of Qt Creator supports C++11 and that you have to set an explicit CONFIG flag to enable it.