RE: QT and QTWVdialer
Vincent Damewood <[email protected]>
| Newsgroups | gmane.org.user-groups.linux.pdxlug |
|---|---|
| Message-ID | <[email protected]> |
--- Aaron <[email protected]> wrote: > Thanks for the reply. Sorry I haven't checked my > email for a while. I did > an apt-get for libqt3-mt and the dev package as > well. When I run the > ./configure for qtwvdialer I get an error of qtdir > not set. Am I installing > the wrong qt packages? Im still pretty new to this. If you type this at the bash prompt it should fix the problem temporarily (long enough to configure wvdial): export QTDIR=/usr/lib/[something] where [something] is the directory in which qt is installed. Usueally this is something like qt-3.1. running this command should give you the right directory. (possably others too, YMMV). ls /usr/lib | grep qt To make it permanent, put that line into one of BASH's startup scripts. Such as /etc/profile or ~/.bash_profile. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com