mirror of https://github.com/KLayout/klayout.git
Fixing Python builds
This commit is contained in:
parent
c15e24025e
commit
5298a99250
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#include "layEditorOptionsFrame.h"
|
||||
#include "layEditorOptionsPage.h"
|
||||
#include "layEditorOptionsPages.h"
|
||||
|
|
@ -77,3 +79,4 @@ EditorOptionsFrame::populate (LayoutViewBase *view)
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#include "layEditorOptionsPageWidget.h"
|
||||
#include "layLayoutViewBase.h"
|
||||
#include "tlExceptions.h"
|
||||
|
|
@ -178,3 +180,5 @@ EditorOptionsPageWidget::is_visible () const
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#include "tlInternational.h"
|
||||
#include "layEditorOptionsPages.h"
|
||||
#include "layEditorOptionsPageWidget.h"
|
||||
|
|
@ -510,3 +512,5 @@ END_PROTECTED
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#include "layMoveEditorOptionsPage.h"
|
||||
#include "layWidgets.h"
|
||||
#include "layDispatcher.h"
|
||||
|
|
@ -114,3 +116,5 @@ MoveEditorOptionsPage::configure (const std::string &name, const std::string &va
|
|||
static tl::RegisteredClass<lay::EditorOptionsPageFactoryBase> s_factory (new lay::EditorOptionsPageFactory<MoveEditorOptionsPage> ("laybasic::MoveServicePlugin"), 0);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue