aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2015-08-23 03:08:37 +0200
committerGravatar Szymon Tomasz Stefanek2015-08-23 03:08:37 +0200
commit87b89ecbfd83a744854a5e20c96bcd6ee99b2316 (patch)
tree086a4b8b85f8ef159fa08ec78120fc9a2d389c02 /src/modules/objects/CMakeLists.txt
parentPort KVS http class to Qt5 (diff)
downloadKVIrc-87b89ecbfd83a744854a5e20c96bcd6ee99b2316.tar.gz
KVIrc-87b89ecbfd83a744854a5e20c96bcd6ee99b2316.tar.bz2
KVIrc-87b89ecbfd83a744854a5e20c96bcd6ee99b2316.zip
Port KVS ftp class to Qt5
Diffstat (limited to 'src/modules/objects/CMakeLists.txt')
-rw-r--r--src/modules/objects/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/modules/objects/CMakeLists.txt b/src/modules/objects/CMakeLists.txt
index 9fa910566..964ec1c80 100644
--- a/src/modules/objects/CMakeLists.txt
+++ b/src/modules/objects/CMakeLists.txt
@@ -55,15 +55,18 @@ set(
)
if(NOT CMAKE_STATUS_QT_VERSION VERSION_LESS 5.0.0)
- # Qt >= 5.0.0 has no QHttp implementation. We use the external code provided by digia.
+ # Qt >= 5.0.0 has no QHttp/QFtp implementation. We use the external code provided by digia.
set(
kviobjects_SRCS
${kviobjects_SRCS}
qthttp/qhttp.cpp
qthttp/qhttpauthenticator.cpp
+ qtftp/qftp.cpp
+ qtftp/qurlinfo.cpp
)
include_directories(qthttp/)
+ include_directories(qtftp/)
endif()
set(kvi_module_name kviobjects)