QT_PV="5.9.0:5"
CDEPEND="
- >=dev-libs/botan-2.8:2=[-bindist]
>=dev-qt/qtconcurrent-${QT_PV}
>=dev-qt/qtcore-${QT_PV}
>=dev-qt/qtdeclarative-${QT_PV}[widgets]
done
sed -i -e "/^LANGUAGES\s*=/s:=.*:=${languages}:" share/qtcreator/translations/translations.pro || die
- # remove bundled botan
- rm -rf src/libs/3rdparty/botan || die
-
# remove bundled qbs
rm -rf src/shared/qbs || die
}
$(use qbs && echo QBS_INSTALL_DIR="${EPREFIX}/usr") \
CONFIG+=qbs_disable_rpath \
CONFIG+=qbs_enable_project_file_updates \
- CONFIG+=use_system_botan \
$(use systemd && echo CONFIG+=journald) \
$(use test && echo BUILD_TESTS=1)
}