tomb wrote:I think I have resolved your other issues with qt gui, can you verify?
Tomb, the problem with Vignetting slider is still there:
Some sliders in Lens Effects behave oddly when dragged with mouse wheel, for example, Vignetting -- it just adds -0.5 regardless of the direction you turn the wheel.
psychotron wrote:but how I asure lux sees new qt?
psychotron, when you run cmake on the lux snapshot directory, it will tell you in the configure output if it was able to locate Qt. Something like this:
- Code: Select all
...
-- Found Threads: TRUE
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.3
...
Obviously, you only need Qt-X11 on Linux.