[Lunar-commits] doxygen: Include qt3 profile if needed.

Jannis Pohlmann jannis at xfce.org
Fri Jan 4 01:44:58 CET 2008


commit 9a48ef6b374e7922f6a744753da85cab32fd9435
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Jan 4 01:43:15 2008 +0100

    doxygen: Include qt3 profile if needed.
---
 doc-tools/doxygen/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/doc-tools/doxygen/BUILD b/doc-tools/doxygen/BUILD
index c34245d..a95d69f 100644
--- a/doc-tools/doxygen/BUILD
+++ b/doc-tools/doxygen/BUILD
@@ -1,4 +1,7 @@
 (
+  if in_depends doxygen qt3; then
+    . /etc/profile.d/qt3.rc
+  fi
 
   if [ -f src/Makefile ]; then
     message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&


More information about the Lunar-commits mailing list