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