Il 23/12/24 22:25, Luigi Toscano ha scritto:
luca.pedrielli ha scritto:
Il 23/12/24 21:43, Aurélien COUDERC ha scritto:
Le 23 décembre 2024 14:59:05 GMT+01:00, luca pedrielli
<luca.pedrie...@gmail.com> a écrit :
Will be released a KF5-based version for support of KF5-based KIO apps?
For example thumbnails for kf5 applications no longer work.
I don't have an answer to that but out of curiosity which apps are you using
that are still Qt5/KF5 ?
Thanks,
--
Aurélien
https://store.kde.org/p/1126798
it uses qfiledialog and thumbnails do not work
the version with qt6 do not build for this
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091316
Maybe fix the issue that prevents this Qt6 application to build?
As ECMQueryQt.cmake seems to have problem to find qtpaths6 I forced it
in this way
....
....
set(QUERY_EXECUTABLE "/usr/bin/qtpaths6"})
#if (TARGET Qt6::qtpaths)
# get_target_property(_qtpaths_executable Qt6::qtpaths LOCATION)
# set(QUERY_EXECUTABLE ${_qtpaths_executable})
# set(_cli_option "--query")
#endif()
...
...
Build is fine.
Maybe it can be useful to someone else
--
Saluti, Luca Pedrielli