aaronhktan / jyut-dict

A free, open-source, offline Cantonese Dictionary for Windows, Mac, and Linux. Qt, SQLite. C++ and Python.
https://jyutdictionary.com
MIT License
122 stars 8 forks source link

#136: Move from qmake to CMake #166

Closed aaronhktan closed 6 months ago

aaronhktan commented 6 months ago

Description

This commit switches the project's build system from qmake to CMake.

Using CMake has several advantages:

Part of a series of commits for #136.

Type of change

How Has This Been Tested?

Tested by building debug builds on macOS, Windows, and Linux. Packaging for release has not yet been tested, and will be tested once a release is closer.

Checklist: