diff options
Diffstat (limited to 'src/modules/http/httpfiletransfer.cpp')
| -rw-r--r-- | src/modules/http/httpfiletransfer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/http/httpfiletransfer.cpp b/src/modules/http/httpfiletransfer.cpp index 2b9b34f11..bbc1dcfd8 100644 --- a/src/modules/http/httpfiletransfer.cpp +++ b/src/modules/http/httpfiletransfer.cpp @@ -486,4 +486,7 @@ bool KviHttpFileTransfer::startDownload() return m_pHttpRequest->start(); } +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "m_httpfiletransfer.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES + |
