KDevelop can't find Qt library

Andreas Schlapbach schlpbch at iam.unibe.ch
Tue Sep 5 18:56:19 BST 2000


On Wed, 30 Aug 2000, Sven Bauhan wrote:

> Hi,
> 
> I have recently installed Version 1.2 of KDevelop. Configuring a new
> project this new version of kdevelop could not find the Qt1.44 libraries
> any more. How can I tell KDevelop the path to these libraries?
> Why does kdevelop search for the old Qt libraries at all? For my project
> I only need Qt2.0. 

Something like this works (in .tcshrc) or enter on command line.


setenv KDEDIR   /opt/kde2
setenv QTDIR    /usr/lib/qt-2
setenv MOC      $QTDIR/bin/moc  # probably not needed

# only if you want to use KDE2/QT2  
setenv PATH     $PATH:$KDEDIR/bin:$QTDIR/bin:$PATH   

Andreas

>> Linux - expert friendly <<

Andreas Schlapbach          
mailto:schlpbch at iam.unibe.ch
http://iamexwiwww.unibe.ch/studenten/schlpbch		





More information about the KDevelop mailing list