Re: KTechlab
Chen Xiao Fan <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <3B8AEFFADD3DD4118F8100508BACEC2C07F773AB@spex> |
Try to set the environment variable QTDIR on Debian. # set env for QT development export QTDIR=/usr/share/qt3 I think I had this problem before when I was building another KDE application on Ubuntu (Debian based). Hope this helps. I have not met any problems building Ktechlab. I have the following QT3 package installed. libqt3c102 libqt3c102-mt libqt3-compat-headers libqt3-headers libqt3-i18n libqt3-mt-dev qt3-apps-dev qt3-dev-tools etc Regards, Xiaofan >> If Qt3 is installed to somewhere like /usr/share/qt3, then you can specify >> this location to configure by using >> >> "./configure --with-qt-dir=/usr/share/qt3" > >That wasn't required after I got libqt3-mt-dev installed. > >Is there another option for finding the KDE Headers? > >The kde3 stuff in debian is in /usr/libkde3 and /etc/kde3. I don't >think I want --prefix in either one. > >Thanks David > >Wayne