> QMAKE_CFLAGS += $$system(sdl-config --cflags)
> QMAKE_CXXFLAGS += $$system(sdl-config --cflags)
>
> > in most of my source files get
> > resolved just fine, with my main.cpp being the only exception. For
> > some reason, QT Creator keeps underlining the #include statement
> > complaining that it wasn't able to find SDL.h.
That's QTCREATORBUG-921, we currently ignore QMAKE_CXXFLAGS.
daniel
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator