Bug 207297 - sip includes its own qmake files (not sure if they're right)
Summary: sip includes its own qmake files (not sure if they're right)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sip
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-20 15:28 UTC by Rex Dieter
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-09-28 21:51:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2006-09-20 15:28:33 UTC
sip seems to include it own copies of qt's qmake(.conf) bits, but they seem
generic wrong in some places.  

Wouldn't it make sense to use qt's known-good versions?  If so, include
something like this snippet in sip's specfile (before actually building it, of
course):

unset QTDIR || : ; source /etc/profile.d/qt.sh
for target in default linux-g++ linux-g++-32 linux-g++-64 ; do
test -f $QTDIR/mkspecs/$target/qmake.conf -a -f specs/$target && \
 ln -sf $QTDIR/mkspecs/$target/qmake.conf       specs/$target
done

Comment 1 Than Ngo 2006-09-28 21:51:24 UTC
The qmake config files are ok for using. It does not hurt to use the qmake 
files from qt-devel.

It's now fixed in sip-4.4.5-3. Thanks for your report


Note You need to log in before you can comment on or make changes to this bug.