Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pelagicore/qface-qtcpp

The reference QtCPP generator for qface
https://github.com/pelagicore/qface-qtcpp

Last synced: 5 days ago
JSON representation

The reference QtCPP generator for qface

Awesome Lists containing this project

README

        

# qface-qtcpp

The reference QtCPP generator for qface.

It uses the face executable to run the code geenrator.

## Install

pip install qface>==2.0
git clone https://github.com/Pelagicore/qface-qtcpp

## Run

You run the generator by using the qface executbale and passing in the qface.yml document as specification.

qface --spec qface-qtcpp/qface.yml --dst output sample.qface

This will generate the C++ project inside the oytput folder.

## Help

For help use th qface executable

qface --help