I read https://www.qcad.org/en/component/conte ... om-sources but this only contains instructions for QT6 under Windows or QT5 under Linux.
Specifically, I have the following questions:
- Do I also have to clone qtjsapi and qcadjsapi for Qt6 under Linux or is this Windows only?
- Which packages do I need as dependencies? (I am running Gentoo. I do not expect someone to know the Gentoo Packages, Debian packages would be fine, too. I will look up the corresponding Gentoo packages myself.)
- How do I set BUILD_QT6=ON? Are the CMake scripts actually necessary under Linux? The Linux instructions for Qt5 seem to use qmake and traditional make only.
- The instructions for Qt5 under Linux first list package dependencies for various distribution, but then step 2 asks to download Qt5 from the QT upstream website. This seems odd. Is the indentation wrong? I guess this is actually an alternative for step 1, right?