qt-cmake-project-generator

Solid

Generate CMake-based Qt project with proper module dependencies, cross-compilation support, and modern Qt6 configuration

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# qt-cmake-project-generator Generate CMake-based Qt project configurations with proper module dependencies and cross-compilation support. This skill handles Qt6 CMake integration, module discovery, and platform-specific build configurations. ## Capabilities - Generate modern CMake configuration for Qt6 projects - Configure Qt module dependencies (Core, Widgets, Quick, Network, etc.) - Set up cross-compilation toolchains - Configure vcpkg/Conan package management integration - Generate platform-specific build configurations - Set up Qt deployment scripts (windeployqt, macdeployqt) - Configure static vs dynamic linking - Generate CMake presets for development and CI ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to create/update the Qt project" }, "projectName": { "type": "string", "description": "Project name" }, "qtVersion": { "type": "string", "default": "6.6", "description": "Target Qt version" }, "qtModules": { "type": "array", "items": { "enum": ["Core", "Gui", "Widgets", "Quick", "Qml", "Network", "Sql", "Multimedia", "WebEngine", "Charts", "3D"] }, "default": ["Core", "Gui", "Widgets"] }, "appType": { "enum": ["widgets", "quick", "console", "library"], "default": "widgets" }, "targetPlatforms": { "type": "array", "items": { "enum": ["windows", "macos", ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills