>> # This is just a hack to make code completion work OK in Qt Creator. >> INCLUDEPATH += /usr/include/SDL >> INCLUDEPATH -= /usr/include/SDL > I don't really understand why would this work, but code completion > seems to work fine as it is.
If it works, it's because Creator processes the += but not the -=. /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
