Skip to content

Installation

Already installed the module?

Skip to the next article.

Prerequisites

Qbs

Please, check the official guide.

Qt

This is obvious. Otherwise, you wouldn't need the module at all.

Download

via Git

git clone https://github.com/easyQML/easy.qmldir.qbs.git
git clone git@github.com:easyQML/easy.qmldir.qbs.git

as archive

Download zip

Add to your project

As you would do with any other 3rdParty module, just add the search path to your project's root qbs-file:

import qbs

Project {
    qbsSearchPaths: [
        '<path/to/qbs-sketch/root/folder>'
    ]

    // ...
}

Use in Qbs

Done with installation?

Congrats! Now, you no longer need to write your module definitions by hand. Learn how to control the resulting qmldir in the next chapter.