build with QT

Hello,

I writed an old program with QT.
Now i want build it but without installing all QT.

Then i installed qmake4-qt, and qt4-uic.
but i read a message like this : "program.uic is too old for uic-qt4"

Then i installed qmake, but i can't find moc and uic for my old program in ports.

Any solution ?

Thanks :)
 
Do you remember what version of Qt you used to write it? it seems it wasn't 4 (specially since you mention it being "an old program").
 
solved

Thanks,

It was made with qt3.

I'm made to build it with all qt3 toolkit then. I wanted to install only moc and qmake for a light dependences Makefile, but i can't.

It's ok now. Thanks :p
 
Back
Top