Problem 1160

Summary: When Qt is installed and used, env.csh reports values twice
Product: Geant4 Reporter: Michael Kelsey <kelsey>
Component: configAssignee: Ben Morgan <Ben.Morgan>
Status: CLOSED FIXED    
Severity: trivial    
Priority: P5    
Version: 9.4   
Hardware: All   
OS: All   

Description Michael Kelsey 2011-01-14 00:33:00 CET
I recently installed Qt 4.7.1 on my system, and rebuilt my GEANT4 9.4 to include it.  Now, when I |source env.csh|, I get the Qt-related environment variables twice:

[...]
 On this machine the XAWFLAGS= -I/usr/X11R6/include 
 On this machine the XAWLIBS= -L/usr/X11R6/lib -lXaw 
 On this machine the QTFLAGS=-I/Library/Frameworks/QtCore.framework/Headers -I/Library/Frameworks/QtGui.framework/Headers
 On this machine the QTLIBS=-F/Library/Frameworks -framework QtCore -framework QtGui
 On this machine the QTMOC=/usr/bin/moc
 On this machine the QTFLAGS=-I/Library/Frameworks/QtCore.framework/Headers -I/Library/Frameworks/QtGui.framework/Headers -I/Library/Frameworks/QtOpenGl.framework/Headers
 On this machine the GLQTLIBS=-F/Library/Frameworks -framework QtCore -framework QtGui -framework QtOpenGL
 On this machine the QTMOC=/usr/bin/moc
[...]

Notice that QTFLAGS and QTMOC are both reported twice, along with the pair of QTLIBS and GLQTLIBS.  This is a very minor issue, but I thought I'd throw it into the queue.
Comment 1 Ben Morgan 2011-01-19 11:31:45 CET
It's to do with the convoluted logic of setting up Qt. It doesn't affect the use of the toolkit, so it's a LATER.
Comment 2 Ben Morgan 2011-02-11 15:38:50 CET
Cosmetic fix applied to env.{sh,csh}.SH and install.sh.SH.