[Qt-interest] uic compilation of the ui file not happening

Srikanth Bemineni srikanth.bemineni at gmail.com
Thu Jan 8 04:22:04 CET 2009


yeah I tried FORMS += ./DesignerFiles/LogViewMain.ui. I am not able to get
what is the problem.I have another project which is exactly configured in
the similar manner.It opens properly and compiles perfectly.

On Wed, Jan 7, 2009 at 7:47 PM, Tony Rietwyk
<tony.rietwyk at rightsoft.com.au>wrote:

>  SB,
>
> What did you try?  $$PWD or FORMS += ./DesignerFiles/LogViewMain.ui?
>
> Obviously, $$PWD will only work if the ui is in the same directory as the
> .pro (or .pri) file.
>
> If qmake cannot find any form files, maybe it doesn't output ui_dir to
> nmake file.
>
> I'm curious - why do you explicitly link so many win32 libs?  I only added
> winmm.lib, since it links most of the others anyway.
>
> Tony.
>
>
>  -----Original Message-----
> *From:* Srikanth Bemineni [mailto:srikanth.bemineni at gmail.com]
> *Sent:* Thursday, 8 January 2009 12:09
> *To:* Tony Rietwyk
> *Cc:* qt-interest at trolltech.com
> *Subject:* Re: [Qt-interest] uic compilation of the ui file not happening
>
> I even tried that It didn't work.I have question see the below setting when
> issue nmake it creates DESTDIR , MOC_DIR,OBJECTS_DIR as specified but it
> doesn't create UI_DIR as mentioned.
>
> DESTDIR = ./BuildOutput
> TARGET = LogView
> MOC_DIR = ./moc
> OBJECTS_DIR = ./objects
> UI_DIR = ./ui
>
>


-- 
_/\_
With Regards
SB Angel Warrior
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090107/51c6ccd9/attachment.html 


More information about the Qt-interest-old mailing list