K 10 svn:author V 5 alane K 8 svn:date V 27 2002-08-30T13:52:25.000000Z K 7 svn:log V 549 Added "threads" to the qmake.conf file. From this message on the list: FreeBSD port installs threaded version of qt (qt-mt), but qmake.conf is installed withouth thread in the CONFIG variable. Because of that, qmake tried to link with -lqt instead of -lqt-mt -pthread and fails. With thread in the CONFIG everything works. This affects all ports that use qmake. Folks, please test this (especially on current). It seems reasonable, is easy to back out, I'm running a qt built with it right now. Submitted by: Tilman Linneweh END