mirror of https://github.com/KLayout/klayout.git
Fixing Python module builds
This commit is contained in:
parent
780615ea9d
commit
48f6610457
|
|
@ -28,7 +28,10 @@
|
||||||
#include "dbEdgeProcessor.h"
|
#include "dbEdgeProcessor.h"
|
||||||
#include "dbPolygonTools.h"
|
#include "dbPolygonTools.h"
|
||||||
|
|
||||||
#include "layTipDialog.h"
|
#if defined(HAVE_QT)
|
||||||
|
# include "layTipDialog.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "layEditorOptionsPages.h"
|
#include "layEditorOptionsPages.h"
|
||||||
|
|
||||||
namespace edt
|
namespace edt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue