summaryrefslogtreecommitdiff
path: root/qtgraphicaleffects.morph
blob: f851c84624f61fe8b1ea556eabaffc58a6ab4d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "qtgraphicaleffects",
    "kind": "chunk",
    "configure-commands": [
        "qmake"
    ],
    "build-commands": [
        "make",
        "make html_docs"
    ],
    "install-commands": [
        "make install INSTALL_ROOT=$DESTDIR",
        "make install_html_docs INSTALL_ROOT=$DESTDIR"
    ]
}