summaryrefslogtreecommitdiff
path: root/chunks/qttools.morph
blob: 40d323e1f3bc82a1048895b089e7aff2a69170f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: qttools
kind: chunk
repo: upstream:qt5/qttools
ref: 1369d91dd095cd4ea2febe759ef6446e41bd2d80
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