Re: Qt meta object compiler missing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Peter Lesterhuis wrote:

>> There are a number of QT based packages that have not specified how to
>> find moc if its not in the user's path.  The easiest method is to put it
>> in your path, ie:
>>
>> $ export $PATH=${PATH}:/usr/lib/qt-3.3/bin
>>
>> Now try ./configure again
>>
>> If it fails to find the libraries, you may also have to add:
>>
>> $ ./configure --qtdir=/usr/lib/qt-3.3
>>   
> Thanks for your help. The first method worked.

funny definition of "worked" :)

really, either do
source /etc/profile.d/qt.sh
or if you insist on doing it by hand:
export $PATH=/usr/lib/qt-3.3/bin:${PATH} 
instead (putting qt3 bindir first, not last).

-- Rex


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux