if  [  "$ELPP_THEMEMAKER"  =  "y"  ];  then
  cd  themes/theme_maker  &&
  sedit  's:-I$(QTDIR)/include:&/qt:'  makefile  &&
  make
else
  true
fi
