summaryrefslogtreecommitdiff
path: root/qtx11extras.morph
blob: 1265fde9b4b9e0083585a66b5a4d8461a4ea2a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "qtx11extras",
    "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"
    ]
}