changeset 170:345781d1a4d9

missing file
author eldar
date Wed, 24 Jun 2009 00:26:18 +0000
parents 473164283a60
children f9ab9d3819b6
files include/qtd_masterinclude.h
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/qtd_masterinclude.h	Wed Jun 24 00:26:18 2009 +0000
@@ -0,0 +1,22 @@
+#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