$(#Qt)\bin\uic.exe ".\CDIToolDefault.ui" -o ".\CDIToolDefault.h"
$(#Qt)\bin\uic.exe ".\CDIToolDefault.ui" -i ".\CDIToolDefault.h" -o ".\CDIToolDefault.cpp"
$(#Qt)\bin\moc.exe ".\CDIToolDefault.h" -o ".\moc_CDIToolDefault.cpp"
$(#Qt)\bin\moc.exe CDITool.h -o .\moc_CDITool.cpp
$(#Qt)\bin\uic.exe ".\CDIToolDefault.ui" -i ".\CDIToolDefault.h" -o ".\CDIToolDefault.cpp"
Qt 4.1.3Code$(#Qt)\bin\uic.exe ".\CDIToolDefault.ui" -i ".\CDIToolDefault.h" -o ".\CDIToolDefault.cpp"
Not work????
Qt user interface compiler 4.1.3.
Usage: D:\Qt\4.1.3\bin\uic.exe [OPTION]... <UIFILE>
-h, -help display this help and exit
-v, -version display version
-d, -dependencies display the dependencies
-o <file> place the output into <file>
-tr <func> use func() for i18n
-p, -no-protection disable header protection
Qt 4.x uic does not output implementation files anymore (.cpp files) and the -i switch has become obsolete. In Qt 3 it works fine.