The command line tools of QCAD are located inside the application bundle under "Contents/Resources".
If you have installed QCAD Professional into your application folder, you can start the QCAD command line tools or start QCAD from the command line as follows:
- Open the Terminal application
- Change into the /Application folder
Code: Select all
cd /ApplicationsCode: Select all
cd QCAD-Pro.app/Contents/ResourcesCode: Select all
./dwg2maptiles -o ~/Desktop/flange ./examples/flange.dxfCode: Select all
./qcadhttp://www.qcad.org/en/qcad-documentati ... line-tools
