diff options
| author | 2015-08-23 03:08:37 +0200 | |
|---|---|---|
| committer | 2015-08-23 03:08:37 +0200 | |
| commit | 87b89ecbfd83a744854a5e20c96bcd6ee99b2316 (patch) | |
| tree | 086a4b8b85f8ef159fa08ec78120fc9a2d389c02 /src/modules/objects/CMakeLists.txt | |
| parent | Port KVS http class to Qt5 (diff) | |
| download | KVIrc-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.txt | 5 |
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) |
