jowr / mini-cmake-qt

A minimal CMake template for Qt 5 projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal CMake Template for Qt 5 Projects

As I've briefly introduced, this is a minimal, but complete and production-ready CMake project template for Qt 5 projects. This may be a starting point for your new application. If that is not intent to be a cross-platform project, you can clean up that stuffs from the template.

If you want to deploy your application on macOS, I would recommend you read below document.

Qt for OS X - Deployment

Features

  • Handling all possible Qt stuffs (UI, resources, translations)
  • macOS bundle
  • Windows executable icon

References

About

A minimal CMake template for Qt 5 projects

License:The Unlicense


Languages

Language:CMake 72.4%Language:C++ 27.6%