Hello, I am new to QT and I am having two problems. First is my error on OSX, when I build I get the following error.

Qt Code:
  1. /Users/<user>/Qt5.0.1/5.0.1/clang_64/include/QtCore/qisenum.h:53: error: token is not a valid binary operator in a preprocessor subexpression
  2. # if __has_extension(is_enum)
  3. ~~~~~~~~~~~~~~~^
To copy to clipboard, switch view to plain text mode 


Second is my error on Windows. Cross posted here.


Hello, I am new to QT and I am having an error with running a very simple program. It is giving me an error upon startup.

During startup program exited with code 0xc0000139


gameerror.jpg

I am using a different .pro file for each project.

Any help is appreciated.