Re: qmake -project problems
How exactly it doesn't work? Do you get any error messages?
Re: qmake -project problems
Thank you Jacek for your kind reply. I believe I traced the problem to my PATH statement in WindowsXP.
the problem was that every .pro file had a line in it with both "/" and "\"
like this:
C:\Qt\4.4.2\bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sliders.h -o
I am sorry I can not quote the error - but it said that moc.exe was not found and the compilation failed and stopped at that point.
In this thread a kind user named "Spirit" helped me fix my path statement
<URL: http://www.qtcentre.org/forum/f-qt-p...html#post82112 >
and that seems to have fixed the problem.
thank you again for taking the time to try and help a newbie. I certainly appreciate your kindness.
Ken - USA