if [[ $KID3_KDE == "--with-kde" ]]
then
  default_install
else
  cd $SOURCE_DIRECTORY/kid3-qt &&
  make install
fi
