Hey List-
anyone had luck compiling keepassX on their box?
I know it required QT 4,1 and I compiled and installed the QT 4.1.1 in it's
own directory (/usr/local/qt-4.1) and then I wrote a quick script to set the
following environment variables:
setenv QTDIR /usr/local/qt-4.1
setenv PATH ${PATH}:${QTDIR}/bin
setenv LD_LIBRARY_PATH ${QTDIR}/lib
setenv QMAKESPEC freebsd-g++
is there anything else I need to set / do?
When I run qmake in the keepassX src tree I get a permanent loop of:
QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified
QFile::open: No file name specified
I'm a total newb when it comes to QT. Where to start or what to do?
Henrik
--
Henrik Hudson
[EMAIL PROTECTED]
------------------------------
"God, root, what is difference?" Pitr; UF (http://www.userfriendly.org/)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"