Questions tagged [qcad]

QCAD is an open source Computer Aided Drafting (CAD) application, written in C++, for drawing two dimensional planes. Use this tag for issues in compiling/building the source on either Windows, Mac OS X and Linux, and using MinGW or MSVC2010 32bit or MSVC2013 64bit with the QT Creator IDE. Don't use this tag for questions regarding the usage of the application.

QCAD application can be used on several Operating Systems:

  • Windows: Both 32bit and 64bit versions of Windows 10, 8.1, 8, 7, Vista, 2000 and XP. .
  • Mac OS-X 10.11, 10.10, 10, 9, 10.8, 10.7 and 10.6.
  • Linux as Mint 15,17 and 18; Ubuntu 10.04, 11.04, 11.1, 12.04, 12.11, 13.04, 13.10 and 14.04; Mageia 3; OpenSUSE 11.4, 12.1 and 12.3; Fedora 14, 17, 18 and 19; Debian 6 and 7; XUbunto 10.04.

QCAD open source C++ code can be compiled against a QT version using these compilers:

  • Windows: MSVC2010 32bit and MSVC2013 64bit.
  • Mac OS-X: XCode 5, 6, 7
  • Linux: gcc 4.4.x

For more information on the supported platforms, go to QCAD - Supported Platforms.

For more information on compiling the code from source, go to Compiling QCAD from Sources.

3 questions
0
votes
0 answers

Fill a solid circle with QCAD dxflib

I use QCAD C++ dxflib to create dxf files. I can create circles, but I cannot fill them with a solid hatch. I cannot figure it out from the examples. Any idea?
Stefano Piovesan
  • 1,185
  • 3
  • 19
  • 37
0
votes
0 answers

compiling qcad lnk1112 module machine type 'x64' conflict with target machine type 'x86'

I am trying to compile QCAD. I have followed these steps: https://www.qcad.org/en/component/content/article/78-qcad/111-qcad-compilation-from-sources I'm using the exact versions that are mentionned When I run "nmake release" I get this error:…
0
votes
2 answers

File does not exist - dependent error. Issue in building the open source application QCAD

I am on Windows 10 - 64 bits. Goal: I am trying to build this Open Source application QCAD and following there Instructions in Compiling QCAD from Sources. Following "Windows" section, I have done this: Installed MS SDK and .Net framework…
Khalil Khalaf
  • 9,259
  • 11
  • 62
  • 104