From 4602a1a7ac1f4b2fd33bb1581f4eedd1edd65a9c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 25 Sep 2012 13:15:57 +0000 Subject: qt5 support (sip): code only, no touch to build system by now git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_http.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/modules/objects/KvsObject_http.cpp') 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 -- cgit v1.3.1-10-gc9f91