From 6ada4cb6f948e96c77c2102f663c480b2f6ba5c5 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 6 Sep 2025 13:41:14 +0200 Subject: [PATCH] [consider merging] fixed build without Qt bindings --- src/lay/lay/gsiDeclLayPluginFactory.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lay/lay/gsiDeclLayPluginFactory.cc b/src/lay/lay/gsiDeclLayPluginFactory.cc index c840b7755..85f0541bf 100644 --- a/src/lay/lay/gsiDeclLayPluginFactory.cc +++ b/src/lay/lay/gsiDeclLayPluginFactory.cc @@ -341,8 +341,10 @@ private: bool m_implements_mouse_mode; std::string m_mouse_mode_title; tl::RegisteredClass *mp_registration; +#if defined(HAVE_QTBINDINGS) mutable std::vector m_config_pages; mutable std::vector m_editor_options_pages; +#endif }; Class decl_PluginFactory ("lay", "PluginFactory",