summaryrefslogtreecommitdiff
path: root/chunks/qtbase.morph
blob: 8749093add54a13c3d7f29946da58e2d9f04e58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: qtbase
kind: chunk
repo: upstream:qt5/qtbase
ref: 79be8352ced650e98ab0afe89e91cffee4f6a04a
unpetrify-ref: baserock/morph
configure-commands:
- ./configure -v -prefix /usr -opensource -confirm-license
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
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