aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/extensions/ui/ui.h
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2015-02-20 14:48:08 +0000
committerDavid Robillard <d@drobilla.net>2015-02-20 11:17:28 -0500
commitbca3727839288d70293f4443246973e98c050e49 (patch)
treefcea34254d24407c5c6dbe52029f263d5c220a19 /lv2/lv2plug.in/ns/extensions/ui/ui.h
parent1ab30cf0e7610b88397b5d2358aa7da428eb9d77 (diff)
downloadlv2-bca3727839288d70293f4443246973e98c050e49.tar.xz
Add Qt5 UI type
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.h')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h
index 9f36429..e7b55fb 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.h
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h
@@ -40,6 +40,7 @@
#define LV2_UI__GtkUI LV2_UI_PREFIX "GtkUI"
#define LV2_UI__PortNotification LV2_UI_PREFIX "PortNotification"
#define LV2_UI__Qt4UI LV2_UI_PREFIX "Qt4UI"
+#define LV2_UI__Qt5UI LV2_UI_PREFIX "Qt5UI"
#define LV2_UI__UI LV2_UI_PREFIX "UI"
#define LV2_UI__WindowsUI LV2_UI_PREFIX "WindowsUI"
#define LV2_UI__X11UI LV2_UI_PREFIX "X11UI"