features.py
branchsvghmi
changeset 2749 2769b3aed34d
parent 2747 e96aa2e3231e
child 3328 01682a34a558
--- a/features.py	Wed Jul 17 09:44:44 2019 +0200
+++ b/features.py	Thu Jul 18 14:09:33 2019 +0200
@@ -12,7 +12,8 @@
     ('Native', 'NativeLib.NativeLibrary', True),
     ('Python', 'py_ext.PythonLibrary', True),
     ('Etherlab', 'etherlab.EthercatMaster.EtherlabLibrary', False),
-    ('SVGUI', 'svgui.SVGUILibrary', False)]
+    ('SVGUI', 'svgui.SVGUILibrary', False),
+    ('SVGHMI', 'svghmi.SVGHMILibrary', False)]
 
 catalog = [
     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),