This is Qt4 project. Use standard Qt installation procedure:

qmake udav.pro
make
make install

If you have installed Qt3 by default then use explicit Qt4 qmake:

qmake-qt4 udav.pro
make
make install
