diff options
author | Friedemann Kleint <[email protected]> | 2017-05-18 16:22:47 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2017-05-18 16:22:50 +0200 |
commit | d4112e4a6ea25aee831da3cd123f139b5f7229bf (patch) | |
tree | 9df72769796e5c4a1f64c1ef52ad2c00e7094a77 /PySide2/global.h.in | |
parent | 352a80482b0afdc1df5acf526e4ada2c0d30b806 (diff) | |
parent | 3f45ae1bb3ad3ed433780731e87b0bf66558116d (diff) |
Change-Id: I8eeca2bbbf6662d0bdc9c3ef5f4018d9f4019159
Diffstat (limited to 'PySide2/global.h.in')
-rw-r--r-- | PySide2/global.h.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/PySide2/global.h.in b/PySide2/global.h.in index 40b107ee..0c7e2114 100644 --- a/PySide2/global.h.in +++ b/PySide2/global.h.in @@ -54,22 +54,12 @@ // Make "signals:", "slots:" visible as access specifiers #define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a))) -#include <QtCore/QtCore> -#if @Qt5Gui_FOUND@ -# include <QtGui/QtGui> -#endif -#if @Qt5Widgets_FOUND@ -# include <QtWidgets/QtWidgets> -#endif - #include "qpytextobject.h" // PySide class #if @ENABLE_X11@ # if @Qt5X11Extras_FOUND@ # include <QtX11Extras/QX11Info> # endif -#elif @ENABLE_MAC@ -# include <QtGui/qmacstyle_mac.h> #endif // QT_WIDGETS_LIB must be defined to QSqlRelationalDelegate become visible. |