summaryrefslogtreecommitdiffstats
path: root/kde/make/breeze
blob: 52c7fe6b93d6c23fc41856ee4c5ee18a74c33cc5 (plain)
1
2
3
4
5
6
7
8
9
10
# Breeze'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