No, uic generates everything except ui_login.h. Andre, You have right, I've added ui_login.h but now I have another error
@
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release\landlord.exe object_script.landlord.Release -L"c:\Qt\STATIC\qt\lib" -L"c:\Qt\STATIC\qt\lib" -lmingw32
-lqtmain -lQtWebKit -lQtSql -ljscore -lshlwapi -lversion -lQtGui -lQtNetwork -l
gdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lQtCore -lkern
el32 -luser32 -lshell32 -luuid -lole32 -ladvapi32 -lws2_32
c:/qt/2010.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe:
cannot find -ljscore
collect2: ld returned 1 exit status
mingw32-make[1]: *** [release\landlord.exe] Error 1
mingw32-make[1]: Leaving directory `c:/Qt/STATIC/qt/landlord'
mingw32-make: *** [release-all] Error 2
@
It's mine first attempt to creating release exe file, so Im sure that my lack of knowledge is general problem:), And sorry for that.
//edit. Everything works fine. Thanks for help.