An open API service indexing awesome lists of open source software.

https://github.com/rieonke/qt-cmake-conan-template

Qt + CMake + Conan project template
https://github.com/rieonke/qt-cmake-conan-template

Last synced: 3 months ago
JSON representation

Qt + CMake + Conan project template

Awesome Lists containing this project

README

        

# Minimal CMake And Conan Template for Qt 5 Projects

> Add conan support

[As I've briefly introduced](https://www.euler.kr/trl/2014/08/19/minimal-cmake-template/), 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 macOS - Deployment](https://doc.qt.io/qt-5/macos-deployment.html)

## Features
* Handling all possible Qt stuffs (UI, resources, ~~translations~~)
* macOS bundle
* Windows executable icon

## References
* CMake manual: https://doc.qt.io/qt-5/cmake-manual.html
* Using CMake with Qt 5: https://www.kdab.com/using-cmake-with-qt-5/