14:48:55 hello 14:50:41 can we use this  https://github.com/miurahr/aqtinstall  ready tool for installing qt6 15:06:47 installing qt is not the problem 15:06:54 our cmake and codebase isn't tested with qt56 15:06:57 qt6* 15:07:58 ok 15:08:24 significant cmake changes will be required 15:08:31 codebose itself will probably be mostly ok 15:08:33 codebase* 15:08:50 what kind of cmake 15:09:01 qt6 is compatible with qt5 15:09:25 yes but we use a lot of hacks in cmake to support qt 5.9 - 5.15 15:09:48 if we simplify cmake and only support 5.15 it will be easier to add support for qt6 15:10:22 can u give an example of simplifying 15:11:32 this is finding qt in simplified way: https://git.featherwallet.org/feather/feather/src/branch/master/src/CMakeLists.txt#L8 15:12:01 this is non simplified way with hacks: https://github.com/monero-project/monero-gui/blob/master/CMakeLists.txt#L202-L395 15:13:32 interesting 15:16:39 but this too is on qt5 15:21:29 why to develop 2 gui 15:21:56 and not to take the best from both 15:23:56 or the unofficial one is very different so not this is not possible 15:30:19 feather has better design but is for average user 15:31:46 feather has different design goals 15:31:50 i c on github pulls lot of cmake adds 15:32:29 will all this help on testing qt6 15:32:37 not yet 15:33:31 i want to help but dont know how to fix this cmake issue 15:33:32 "but this too is on qt5" yes but it will be easier to add qt6 once simplified