]> Creatis software - clitk.git/blobdiff - vv/vvToolProfile.h
Ensure the compilation with Qt4 and Qt5
[clitk.git] / vv / vvToolProfile.h
index 1f5d6c96ceb5ec077d68c5533f7990e4fb082df7..b17bd5cc819e3e89c9909b902ad28ee1e3078b32 100644 (file)
 #ifndef VVTOOLPROFILE_H
 #define VVTOOLPROFILE_H
 
+#if QT_VERSION < 0x050000
+#include <QtDesigner/QDesignerExportWidget>
+#else
 #include <QtUiPlugin/QDesignerExportWidget>
+#endif
 
 #include "vvToolBase.h"
 #include "vvToolWidgetBase.h"