summaryrefslogtreecommitdiff
path: root/strata/qt5-tools/qtbase.morph
blob: 598a2c41730cf4eb780ae0e7d5d2e531725930f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: qtbase
kind: chunk
description: ''
max-jobs: null
products: []
build-system: manual
pre-configure-commands: []
configure-commands:
- ./configure -v -prefix /usr -opensource -confirm-license
post-configure-commands: []
pre-build-commands: []
build-commands:
- make
- touch /qtbase.build/src/corelib/corelib.pro
- ./bin/qmake -set QDOC /qtbase.build/bin/qdoc
- make html_docs
- ./bin/qmake -unset QDOC
post-build-commands: []
pre-install-commands: []
install-commands:
- make install INSTALL_ROOT=$DESTDIR
- ./bin/qmake -set QDOC /qtbase.build/bin/qdoc
- make install_html_docs INSTALL_ROOT=$DESTDIR
- ./bin/qmake -unset QDOC
post-install-commands: []
devices: []
post-test-commands: []
pre-test-commands: []
system-integration: []
test-commands: []