Hi Carl,
this has only been reported here on the forum and on Github issues; there doesn't seem to be any entry in Mantis.
https://qelectrotech.org/forum/viewtopi … 089#p21089
Emil have writted a new documentation for compile it under Windows with Qt6.9 if some one can try?
https://github.com/EmilOsvoll/qelectrot … d_Guide.md
As indicated by plc-user, the master and qt6-cmake branches have diverged significantly. Merging the master branch into the qt6-cmake branch causes many conflicts that must be resolved manually. I tried, but I got confused... my knowledge of GIT is limited.
- I don't know a schedule for the switch to QT6 and am very curious myself to see how the two GitHub branches will come together, given how many changes have been made to both branches in the meantime...
On Debian sid
sudo apt install qt6-tools-dev qt6-svg-dev pkg-configgit clone --recursive https://github.com/qelectrotech/qelectrotech-source-mirror.git cd qelectrotech-source-mirror/ git switch qt6-cmakecomment line 137 of /sources/machine_info.cpp to compile.
mkdir build && cd build cmake .. -G Ninja -DBUILD_WITH_QT6=ON time ninja -j48Ignored 95 untranslated source text(s)
[318/478] Building CXX object CMakeFiles/qelectrotech.dir/sources/editor/UndoCommand/openelmtcommand.cpp.o
/media/backup6/qelectrotech-source-mirror/sources/editor/UndoCommand/openelmtcommand.cpp: In member function ‘virtual void OpenElmtCommand::redo()’:
/media/backup6/qelectrotech-source-mirror/sources/editor/UndoCommand/openelmtcommand.cpp:66:102: note: ‘#pragma message: @TODO uncommante slot_select when fixed, see itemChange function for each primitive’
66 | #pragma message("@TODO uncommante slot_select when fixed, see itemChange function for each primitive")
| ^
[478/478] Linking CXX executable qelectrotechreal 0m36,019s
user 21m37,065s
sys 1m39,485sQElectroTech V 0.100.0-dev
Compilation : GCC 15.2.0
Built with Qt 6.9.2 - x86_64 - Date : Sep 28 2025 : 12:58:45
Git Revision : 411fb3c4dc54b6aaea00f034d6c5396de5daa474
Run with Qt 6.9.2 using 48 thread(s)




