Allow the setting of the Qt version via the path to the appropriate qmake.

This commit is contained in:
henry
2009-05-21 17:45:56 +01:00
parent 10c2f6bee0
commit a562395687
2 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,9 @@ MESA_LIBRARY="/usr/lib64/libOSMesa.so"
# extra QT gui support (useful for re-using the installation for engrid)
withQTSUPPORT=true
# Set the path to the Qt-4.3.? qmake if the system Qt is other than this version
#QMAKE_PATH=/usr/local/Trolltech/Qt-4.3.4/bin/qmake
#
# No further editing below this line
#------------------------------------------------------------------------------