Problem 1053 - OpenGL Qt vis driver must not be built unless Qt UI is built
Summary: OpenGL Qt vis driver must not be built unless Qt UI is built
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: other
Hardware: All All
: P3 minor
Assignee: Ben Morgan
URL:
Depends on:
Blocks:
 
Reported: 2009-03-10 15:12 CET by Ben Morgan
Modified: 2018-05-08 14:50 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Ben Morgan 2009-03-10 15:12:43 CET
Whilst the OpenGL Qt vis driver is not built unless both G4UI_NONE and G4VIS_NONE are not set, it contains a dependency on the Qt UI (through use of G4Qt). This must therefore be built - and it may not be even if G4UI_NONE was not set.

There needs to be an extra check before the user is offered the opportunity to build the driver. Reassign to me and I'll fix!

Ben.
Comment 1 Ben Morgan 2009-05-07 15:27:10 CEST
This is now fixed in CVS - the user will not be asked if they want the OpenGL Qt driver built unless the Qt UI module is also selected.