cuteshop

Package manager for Qt projects.


Keywords
cuteshop, qt
License
MIT
Install
pip install cuteshop==0.5.0

Documentation

Cuteshop

https://badge.fury.io/py/cuteshop.png https://travis-ci.org/uranusjr/cuteshop.png?branch=master https://pypip.in/d/cuteshop/badge.png

Package manager for Qt projects.

What is Cuteshop?

Short Version

It's like CocoaPods, but for Qt (qmake-based) projects, if you know what that means.

Long Version

Cuteshop manages library dependencies for Qt (qmake-based) projects.

You describe your depedencies in a file called Shopfile. Cuteshop analyzes it, resolves all the library dependencies for you, and generate boilerplate qmake configurations for you to use.