Fix Buildig on Mac Os
ClosedPublic

Authored by rizzitello on May 28 2017, 1:39 AM.

Details

Summary

Set up the required things to build AtCore on mac os
Still needs to have plugins copied to .app/Contents/MacOs/plugins manually
and may need addition to be portable between systems

Diff Detail

Repository
R232 AtCore
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
rizzitello created this revision.May 28 2017, 1:39 AM
rizzitello updated this revision to Diff 14903.May 28 2017, 2:11 AM
  • Setup mac os install
src/atcore.cpp
83 ↗(On Diff #14903)

if defined(Q_OS_WIN) || defined(Q_OS_MAC)

testclient/CMakeLists.txt
35 ↗(On Diff #14903)

else

rizzitello updated this revision to Diff 14954.May 29 2017, 9:05 PM
  • Added Patricks suggestions
rizzitello updated this revision to Diff 14956.May 29 2017, 9:09 PM
  • Stop Crash on Mac os due to setting menu entry to theme icon
  • Set plugin path on mac os to .app/Contents/MacOs/plugins
  • Setup mac os install
  • Patricks additions
  • rebase to master
patrickelectric accepted this revision.May 29 2017, 9:55 PM
This revision is now accepted and ready to land.May 29 2017, 9:55 PM
This revision was automatically updated to reflect the committed changes.