Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Old version of QT Designer?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
dspahn
Guru
Guru


Joined: 22 Jun 2006
Posts: 392

PostPosted: Wed Mar 07, 2007 1:55 pm    Post subject: Old version of QT Designer? Reply with quote

I have a piece of software that I am trying to compile. Whenever I correct the library paths and attempt to compile it, I get an error:
Code:
uic: File generated with too old version of QT Designer


I checked the header of the file, and the first line reads:
Code:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">

I am guessing I need QT 3.3 based on this info. I have QT-3.3.6-r4 installed, but it was installed after qt4.
The nature of the error is obvious; how can I convert the file (has a .ui extension) to a more current version of QT Designer format... or, how can I install an older version of compiler/QT that will understand it? If the one I have ought to work, then how do I activate it within the environment?

Thanks!
Back to top
View user's profile Send private message
Carlo
Developer
Developer


Joined: 12 Aug 2002
Posts: 3356

PostPosted: Wed Mar 07, 2007 3:09 pm    Post subject: Reply with quote

Make sure using uic (and the other Qt 3 tools) in $QTDIR/bin.
_________________
Please make sure that you have searched for an answer to a question after reading all the relevant docs.
Back to top
View user's profile Send private message
Conan
Guru
Guru


Joined: 02 Nov 2004
Posts: 360

PostPosted: Wed Mar 07, 2007 3:27 pm    Post subject: Reply with quote

Try running uic3 instead of uic if qt4 is ahead in path.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum