aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/global.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'PySide/global.h.in')
-rw-r--r--PySide/global.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/PySide/global.h.in b/PySide/global.h.in
index 402de4e09..7bba83651 100644
--- a/PySide/global.h.in
+++ b/PySide/global.h.in
@@ -371,15 +371,15 @@ QT_END_HEADER
#include <QtSql/QtSql>
#include <QtSvg/QtSvg>
-#ifndef QT_NO_XMLPATTERNS
+#ifdef @QT_QTXMLPATTERNS_FOUND@
# include <QtXmlPatterns/QtXmlPatterns>
#endif
-#ifndef QT_NO_WEBKIT
+#ifdef @QT_QTWEBKIT_FOUND@
# include <QtWebKit/QtWebKit>
#endif
-#ifndef QT_NO_TEST
+#ifdef @QT_QTTEST_FOUND@
# include <QtTest/QtTest>
#endif