From d6accc11f2d335f3df36cf1250fa31b8c8df1d51 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 9 Nov 2011 14:35:35 +0100
Subject: [PATCH] ADD: Add the Qt wrapper vector data parameter

---
 Code/Wrappers/QtWidget/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Code/Wrappers/QtWidget/CMakeLists.txt b/Code/Wrappers/QtWidget/CMakeLists.txt
index 517f938eb8..ab5bb55e21 100644
--- a/Code/Wrappers/QtWidget/CMakeLists.txt
+++ b/Code/Wrappers/QtWidget/CMakeLists.txt
@@ -12,6 +12,7 @@ set( WrappersQtWidget_MOC_HDR
        otbWrapperQtWidgetComplexOutputImageParameter.h
        otbWrapperQtWidgetInputImageListParameter.h
        otbWrapperQtWidgetInputVectorDataListParameter.h
+       otbWrapperQtWidgetInputVectorDataParameter.h
        otbWrapperQtWidgetOutputImageParameter.h
        otbWrapperQtWidgetOutputVectorDataParameter.h
        otbWrapperQtWidgetParameterGroup.h
-- 
GitLab