summaryrefslogtreecommitdiff
path: root/qt5-tools/qtbase.morph
blob: 4825b0e3b14942125123e48c7495c1271545e8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: qt5-tools/qtbase.morph
kind: chunk
repo: upstream:qt5/qtbase
ref: 79be8352ced650e98ab0afe89e91cffee4f6a04a
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
build_depends:
- qt5-tools/icu.morph