Reviewing merge request #23: Build Mac OS X framework

I needed a multi architecture framework build of QJSON. Here are the changes.

- Added CMake toggle option OSX_FRAMEWORK (off by default)
- Added CMake variable FRAMEWORK_INSTALL_DIR
- Bundled installing header files to library's INSTALL command

As there is no separate install target for header files any more, there is no COMPONENT "Devel" for them. Wonder if it was safe to remove? I didn't find any references to Devel-component though.

Commits that would be merged:

Version 1
  • Version 1
  • 712b154
  • 1b6e19d
  • CMake option to build as Mac OS X Framework.

  • 78f68db
  • * Change framework option name to OSX_FRAMEWORK

Showing 712b154-1b6e19d

Comments

Pushed new version 1

→ State changed from Open to Closed

Unfortunately I do no longer have access to an OS X machine, hence I’ll trust your commit.

I just merged it on master. Thanks for your contribution.

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository