view include/qtd_masterinclude.h @ 398:aa08a72d480a

Fixed construction of the ?--include-paths? generation argument in the build system. Interestingly enough, it doesn't seem to have caused any problems so far.
author David Nadlinger <code@klickverbot.at>
date Sat, 15 Jan 2011 22:52:06 +0100
parents 345781d1a4d9
children
line wrap: on
line source

#include <QtCore/QtCore>
#include <QtGui/QtGui>
#include <QtNetwork/QtNetwork>
#include <QtSql/QtSql>
#include <QtSvg/QtSvg>
#include <QtXml/QtXml>

#ifndef QT_NO_XMLPATTERNS
#  include <QtXmlPatterns/QtXmlPatterns>
#endif

#ifndef QT_NO_WEBKIT
#  include <QtWebKit/QtWebKit>
#endif
/*
#ifndef QT_NO_PHONON
#  include <phonon/phonon>
#endif
*/
#ifndef QT_NO_OPENGL
#include <QtOpenGL/QtOpenGL>
#endif