doxygen: unbreak the qt app.

--HG--
extra : convert_revision : c7d256f48064424e007f9df3507ae9e210047023
This commit is contained in:
Juan RP 2010-04-24 16:30:23 +02:00
parent f3946c8203
commit 424378dc2c
1 changed files with 5 additions and 0 deletions

View File

@ -23,3 +23,8 @@ Add_dependency run libstdc++
Add_dependency build perl
Add_dependency build flex
Add_dependency build qt-devel
pre_build()
{
export QMAKESPEC=/usr/share/qt/mkspecs/linux-g++
}