Page 1 of 1

Qt dependencies on "compilation from sources" page

Posted: Wed May 05, 2021 6:56 pm
by aurium
The steps to compile QCAD on Linux misses the Qt related packages

I can't say the OpenSUSE packages, but on a newly installed Debian host i need to install:
gcc make libx11-dev libxext-dev libxrender-dev libglu1-mesa-dev libfreetype6-dev libfontconfig1-dev libssl-dev libdbus-1-dev libsm-dev gcc make libx11-dev libxext-dev libxrender-dev libglu1-mesa-dev libfreetype6-dev libfontconfig1-dev libssl-dev libdbus-1-dev libsm-dev qt5-qmake qt5-default libqt5svg5-dev libqt5script5 libqt5help5 libqt5designer5 libqt5scripttools5 qtscript5-dev qtxmlpatterns5-dev-tools libqt5xmlpatterns5 libqt5xmlpatterns5-dev libqt5designer5 python3-pyside2.qtuitools libqscintilla2-qt5-designer libqt5designer5 qttools5-dev qt5-image-formats-plugins qtwayland5 qtwayland5-dev-tools libqt5waylandclient5

And I believe the same are valid on a Ubuntu.

It was not simple to discover, so i think will be good to add this list of packages on the manual page.