https://bugs.kde.org/show_bug.cgi?id=452122
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/offi | |ce/alkimia/commit/a37b285a2 | |d20faf383a55f46e9ec540f8cff | |d370 Status|REPORTED |RESOLVED Version Fixed In| |8.1.1 --- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit a37b285a2d20faf383a55f46e9ec540f8cffd370 by Ralf Habacker. Committed on 31/03/2022 at 21:57. Pushed by habacker into branch '8.1'. Added support for using QtNetwork to download online quotes To enable the mentioned support, a new cmake variable BUILD_WITH_QTNETWORK has been added. When the mentioned cmake variable is set to 1 or ON, which is default on Windows, AlkOnlineQuotes::launchNative() uses Qt network support for downloading data. If it is set to 0 or OFF, the KIO library support is used, which is the default on non Windows platforms. The advantage of using Qt network support is less dependency on 3rd party components, thus less error-proneness and higher speed on Windows. FIXED-IN:8.1.1 M +27 -4 CMakeLists.txt M +4 -3 README.md M +1 -1 autotests/CMakeLists.txt M +4 -3 src/CMakeLists.txt M +7 -2 src/LibAlkimiaConfig.cmake.in M +70 -11 src/alkonlinequote.cpp M +1 -1 tests/CMakeLists.txt M +0 -2 tools/onlinequoteseditor/CMakeLists.txt https://invent.kde.org/office/alkimia/commit/a37b285a2d20faf383a55f46e9ec540f8cffd370 -- You are receiving this mail because: You are watching all bug changes.