1.0.3 • Published 3 years ago

generator-cmake-qt-cpp v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

CMake Qt Yeoman Generator

Generate CMake project leveraging Qt UI framework.
This a simple scaffolding tool that helps to get started with CMake based Qt project.

Installation

Install Node.js
Install Yeoman and generator-cmake-qt-cpp:

npm install -g yo
npm install -g generator-cmake-qt-cpp

Usage

Create empty directory and navigate into it.
Run Yeoman generator:

yo cmake-qt-cpp

Follow instruction to configure the application.

Features

Generates Qt application with the following features:

  • CMake build system
  • Simple GUI class
  • Background tasks execution with status reporting
  • Saving fields in settings on change
  • Optional OpenCV library inclusion
  • Minor useful functions (modal message, file and directory opening)
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago