if ! grep -q qt6 "${INSTALL_ROOT}/etc/ld.so.conf";then
  message "${MESSAGE_COLOR}Adding qt6 lib directory to ld.so.conf$DEFAULT_COLOR"
  echo "${INSTALL_ROOT}/opt/qt6/lib" >> "${INSTALL_ROOT}/etc/ld.so.conf"
  ldconfig
fi
