]> Creatis software - clitk.git/blobdiff - vv/vvToolSimpleInputSelectorWidget.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvToolSimpleInputSelectorWidget.h
index 7a06c27bcf0136e6b4ed1624fc64fd7fad6d9395..4b8028fa2f9b84a600ddb69ebf236c20cd4b166a 100644 (file)
 #define VVTOOLSIMPLEINPUTSELECTORWIDGET_H
 
 #include <QtGlobal>
-#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
-#include <QtDesigner/QDesignerExportWidget>
-#else
+#if QT_VERSION >= 0x050000
 #include <QtUiPlugin/QDesignerExportWidget>
+#else
+#include <QtDesigner/QDesignerExportWidget>
 #endif
 #include <QDialog>
 #include "ui_vvToolSimpleInputSelectorWidget.h"