summaryrefslogblamecommitdiffstats
path: root/kde/make/oxygen
blob: cd5b1827756c10aa78e8823ed6bc98a7e5a351a2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                         
# Oxygen's cmake left us in build_qt4,
# so we build and install Qt4 support first:
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1

# Go back to build_qt5 and build/install the Qt5 support:
cd ../build_qt5
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1