Problems with compiling source code.

Posted by Barry Say on
URL: https://forum.librecad.org/Problems-with-compiling-source-code-tp5713989.html

Hi all, I am new here and I have just downloaded the source code with a view to seeing whether I can offer any help with the project.

I tried compiling from the command line but the make process failed with
In file included from actions/rs_actiondrawarctangential.cpp:35:0:
../../generated/librecad/ui/ui_qg_arctangentialoptions.h:13:25: fatal error: QtGui/QAction: No such file or directory
 #include <QtGui/QAction>
                         ^

The source code includes 50 occurrences of this line.

There is a file QActionEvent in directory:
/usr/include/x86_64-linux-gnu/qt5/QtGui
 but that is the nearest match I can find.

Can anyone help on this.

Barry