aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_http.h')
-rw-r--r--src/modules/objects/KvsObject_http.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/objects/KvsObject_http.h b/src/modules/objects/KvsObject_http.h
index 1ef5ef592..51f0ed1ec 100644
--- a/src/modules/objects/KvsObject_http.h
+++ b/src/modules/objects/KvsObject_http.h
@@ -29,6 +29,10 @@
//===============================================================
#include "object_macros.h"
+
+#warning QFtp doesn't exists anymore in Qt5, port this class or drop it
+#if (QT_VERSION < 0x050000)
+
#include <QHttp>
#include <QFile>
#include <QHash>
@@ -86,4 +90,7 @@ protected slots:
};
+
+#endif
+
#endif //_CLASS_HTTP_H_