diff options
Diffstat (limited to 'src/modules/objects/KvsObject_http.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_http.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_http.cpp b/src/modules/objects/KvsObject_http.cpp index d455a0437..e5ebd8cd5 100644 --- a/src/modules/objects/KvsObject_http.cpp +++ b/src/modules/objects/KvsObject_http.cpp @@ -24,6 +24,9 @@ #include "KvsObject_http.h" +#warning QFtp doesn't exists anymore in Qt5, port this class or drop it +#if (QT_VERSION < 0x050000) + #include "kvi_debug.h" #include "KviError.h" #include "KviLocale.h" @@ -556,6 +559,5 @@ bool KvsObject_http::functionSslErrorsEvent(KviKvsObjectFunctionCall *c) return true; } #endif -#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES -#include "m_KvsObject_http.moc" -#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES + +#endif |
