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
- Host: GitHub
- URL: https://github.com/rieonke/qt-cmake-conan-template
- Owner: rieonke
- License: unlicense
- Created: 2019-07-30T12:57:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T12:58:15.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T14:18:25.972Z (4 months ago)
- Language: CMake
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/