On Wednesday, 3 December 2025 14:30:47 Pacific Standard Time Dirk Hohndel via 
subsurface wrote:
> cmake thinks that it should look for Qt in /usr/local/lib -- which is not
> something that is set anywhere in my script. When you run  env | grep
> /usr/local/lib in your shell, what do you get?

It's the default if you don't specify an installation path to CMake, same as 
autoconf and Meson. It just happens to differ from the hand-written configure 
script from Qt 1 to 5.

If you're running the configure wrapper script, it's -prefix. If you're running 
CMake directly, -DCMAKE_INSTALL_PREFIX=$HOME/wherever and ninja install. 
Alternatively, -DCMAKE_INSTALL_PREFIX=$PWD so you don't have to install.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Principal Engineer - Intel Data Center - Platform & Sys. Eng.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
subsurface mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to