Arena-Tracker icon indicating copy to clipboard operation
Arena-Tracker copied to clipboard

Port build system to CMake

Open CyberTailor opened this issue 2 years ago • 0 comments

Rationale:
CMake is the de-facto standard build system for Qt now, also it's more flexible.

Other changes:
ui_extended.h had to be renamed because it conflicts with AUTOUIC.

ArenaTracker.rc file (Windows resources, including icon) needs to be checked for errors.

TODO:

  • [ ] Make OpenCV optional
  • [ ] Add a flag to bypass premium check

CyberTailor avatar Jan 26 '22 10:01 CyberTailor