NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.54k stars 332 forks source link

fixes to build using cmake on macOS/Qt5 #834

Closed devernay closed 1 year ago

devernay commented 1 year ago

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. Additionally, make sure you've done all of these things:

PR Description

What type of PR is this? (Check one of the boxes below)

What does this pull request do?

Add support for building using cmake on macOS / homebrew.

Building on macOS / MacPorts will be more complex as it requires modifying MacPorts's pyside install, which doesn't include cmake or pkg-config files.

devernay commented 1 year ago

commits from one PR are usually squashed anyway.