I am Developer,
I am want to develop a plugin which will work with LibreCAD.
Can anyone let me know how to start with & what are steps of it.
What are prerequisite for developing a plugin.
Which will be good language or framework to develped plugin.
Such queries are from my end, which for developing a plugin.
El ds. 30 de 11 de 2019 a les 08:25 -0700, en/na elumDev [via LibreCAD]
va escriure:
>
> I am want to develop a plugin which will work with LibreCAD.
> Can anyone let me know how to start with & what are steps of it.
Get a clear idea of what you want to achieve, then:
Take one of the existing plugins, change its name, break it, modify it
to make it do what you want, contribute it back to LibreCAD.
> What are prerequisite for developing a plugin.
Be able to compile LC.
> Which will be good language or framework to develped plugin.
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?