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
Branch
fixMacOS
Lint
No Linters Available
Unit
No Unit Test Coverage
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
80–81

if defined(Q_OS_WIN) || defined(Q_OS_MAC)

testclient/CMakeLists.txt
35

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.