mirror of https://github.com/KLayout/klayout.git
WIP: MSVC compatibility for pymod module.
This commit is contained in:
parent
23d715001b
commit
376e4ea0ae
|
|
@ -21,9 +21,7 @@
|
|||
*/
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
# include "../qt5/QtGui/gsiDeclQtGuiTypeTraits.h"
|
||||
# include "../qt5/QtGui/gsiQtExternals.h"
|
||||
#else
|
||||
# include "../qt4/QtGui/gsiDeclQtGuiTypeTraits.h"
|
||||
# include "../qt4/QtGui/gsiQtExternals.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
# include "../qt5/QtWidgets/gsiDeclQtWidgetsTypeTraits.h"
|
||||
# include "../qt5/QtWidgets/gsiQtExternals.h"
|
||||
#else
|
||||
// no present in Qt4
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@
|
|||
#include <limits>
|
||||
|
||||
#if defined(HAVE_QTBINDINGS)
|
||||
# include "gsiQtGuiExternals.h"
|
||||
# include "gsiQtWidgetsExternals.h"
|
||||
# include "gsiQtGuiExternals.h"
|
||||
# include "gsiQtWidgetsExternals.h"
|
||||
FORCE_LINK_GSI_QTGUI
|
||||
FORCE_LINK_GSI_QTWIDGETS // for Qt5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue