]> Creatis software - clitk.git/blobdiff - vv/vvToolSimpleInputSelectorWidget.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvToolSimpleInputSelectorWidget.h
index d80f5bf911db5e6396483f2e7b7713bdbaaaf1f1..fccc7147a096c9002dc229ac7b60e01f469ec398 100644 (file)
 ===========================================================================**/
 #ifndef VVTOOLSIMPLEINPUTSELECTORWIDGET_H
 #define VVTOOLSIMPLEINPUTSELECTORWIDGET_H
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 #include <QDialog>
 #include "ui_vvToolSimpleInputSelectorWidget.h"