QTDIR?
xorquewasp at googlemail.com
xorquewasp at googlemail.com
Thu May 6 14:40:22 UTC 2010
When compiling some QT4 based programs from source, the configure
script asks for $QTDIR.
On Debian and other systems, there's a single QT root with symlinks
to the real locations:
$ ls -alF /usr/share/qt4/
total 356
drwxr-xr-x 6 root root 4096 2010-05-05 15:01 ./
drwxr-xr-x 187 root root 4096 2010-05-06 02:16 ../
drwxr-xr-x 2 root root 4096 2010-05-05 15:01 bin/
drwxr-xr-x 3 root root 4096 2010-05-05 15:01 doc/
lrwxrwxrwx 1 root root 17 2010-05-05 15:01 include -> ../../include/qt4/
drwxr-xr-x 99 root root 4096 2010-05-05 15:01 mkspecs/
lrwxrwxrwx 1 root root 21 2010-05-05 15:01 plugins -> ../../lib/qt4/plugins/
-rw-r--r-- 1 root root 333331 2010-02-11 15:55 q3porting.xml
drwxr-xr-x 2 root root 4096 2010-05-05 15:01 translations/
On FreeBSD, there doesn't seem to be any such directory (meaning some
programs actually become impossible to compile as they want to look in
one place for their includes/binaries and can't do so).
Is there are directory I'm not aware of, or am I going to have to do
some manual surgery?
xw
More information about the freebsd-hackers
mailing list