QCAD doesn't start by double-click (Mac OS)

Use this forum for all posts and questions about the free QCAD Community Edition version 3

Moderator: andrew

Post Reply
yeti01
Junior Member
Posts: 14
Joined: Sat Mar 24, 2018 11:31 am

QCAD doesn't start by double-click (Mac OS)

Post by yeti01 » Tue Oct 27, 2020 12:04 pm

I have compiled the QCAD Community Edition on a Mac using the following commands:

Code: Select all

$ cd ~/qcad
$ qmake -r CONFIG+=ractivated
$ make release
To launch the program from the command line, I use:

Code: Select all

$ cd ~/qcad/release
$ ./QCAD.app/Contents/MacOS/QCAD
QCAD runs as expected w/o issues.

Unfortunately I am not able to start QCAD from the Finder by double-clicking the QCAD.app icon. Seems like something is missing.

Post Reply

Return to “QCAD Community Edition”