Stephen J Radachy 20b9701b60 Improved Mac OS packaging + fixed compiler warnings
- Generated Mac OS compatible icon
  - ```sips -s format icns CasterSoundboard.png --out CasterSoundboard.icns```
- Updated CasterSoundboard.pro
  - App bundle installs in ~/Applications by default
  - Use previously generated icon in bundle
- Fix "using integer absolute value function 'abs' when argument is of floating point type"
  - switched to cmath lib and import abs function
- Fix "variable 'h' is used uninitialized whenever switch default is taken"
  - switch default sets h to 0
2017-05-28 19:19:09 -05:00
..
2017-05-22 18:07:40 +02:00