summaryrefslogtreecommitdiff
path: root/strata/qt5-tools/qttools.morph
blob: 1baa10e725ff1ab750f794b2aa8842224d23f911 (plain)
1
2
3
4
5
6
7
8
9
10
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