> On Jan 22, 2020, at 8:55 PM, Willem Ferguson > <[email protected]> wrote: > > I am setting up a subsurface build environment in Fedora 31. The src > directory contains Qt 5.12 in a directory called Qt. My subsurface build > aborts immediately, complaining that the build script cannot find qt. What is > the appropriate action?
If Qt isn't installed via the distribution (and that is almost always the preferred way to do it), then you need to make sure that the search path (PATH variable) contains the directory in which the qmake binary can be found. /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
