Login  Register

Re: Plugin Development with LibreCAD Software

Posted by JCDFr on Dec 08, 2019; 8:42am
URL: https://forum.librecad.org/Plugin-Development-with-LibreCAD-Software-tp5718068p5718112.html

I am also a newbee in LibreCAD plugIn development.

I downloaded Qt 5.13 but I do'nt know exactly where to put the files of the sample project.
I do'nt know also if I need to put the LibreCAD source files (a lot of files)

So I got a lot of problems.
I changed the QT       += gui  statement by QT += widgets as I am n Qt5 and not in Qt4

but still other problems (unable to find common.pri...)
Where is the
TARGET = $$qtLibraryTarget(sample) ? I put my sample at the same place as the samples in QT but it does'nt seem to be the right thing to do

Is there some where an information for all these questions?