mirror of https://github.com/KLayout/klayout.git
Enabling Qt-less builds
This commit is contained in:
parent
378d2cd961
commit
8992222d9d
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#include "antRulerOptionsPage.h"
|
||||
#include "antConfig.h"
|
||||
#include "laySnap.h"
|
||||
|
|
@ -112,3 +114,6 @@ RulerOptionsPage::setup (lay::Dispatcher *root)
|
|||
static tl::RegisteredClass<lay::EditorOptionsPageFactoryBase> s_factory_ruler_options (new lay::EditorOptionsPageFactory<RulerOptionsPage> ("ant::RulerOptions"), 0);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#ifndef HDR_antRulerOptionsPage
|
||||
#define HDR_antRulerOptionsPage
|
||||
|
|
@ -60,3 +61,6 @@ private:
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue