]> Creatis software - clitk.git/blobdiff - vv/vvToolInputSelectorWidget.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvToolInputSelectorWidget.h
index c71376706b46cccdfa3dd77d6349d7e7a2ec41cf..76e0c34f1137a321504587c47a8b4d3bc7176eb0 100644 (file)
 
 // qt
 #include <QObject>
-#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>