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