configurator is part of qdvdauthor and is used to configure the compile process for said application.

The only thing that the application does is to set a few environment variables before calling
cd $QDVDAUTHOR_ROOT/qdvdauthor; make clean
qmake qdvdauthor.pro Makefile

Afterwards you can press the <Compile> button and watch the build or you can type make in the root directory.

Currently supported environment variables are :
IMAGE_LIB	-> can be imagemagicklib, imagemagickcmdline, cximage, imgsource, devil, paintlib, freeimage
QTDIR		-> root directory for the Qt library


Varol Okan :)  


