分类: LINUX
2008-03-27 12:05:37
QT Command |
progen
Usage:
progen [options] [files]
Options:
-lower Lower-case letters filenames (useful for non-Unix)
-n name Specify a project name (= TARGET)
-o file Write output to "file"
-t file Specify a template file other than qtapp
tmake
Usage:
tmake [options] project-files
Options:
-e expr Evaluate expression, ignore template file
-nodepend Don't generate dependency information
-o file Write output to file
-t file Specify a template file
-unix Create output for Unix (auto detects)
-v Verbose/debug mode
-win32 Create output for Win32 (auto detects)
uic
Usage: uic [options] [mode]
Generate declaration:
uic [options]
Generate implementation:
uic [options] -impl
Generate subclass declaration:
uic [options] -subdecl
Generate subclass implementation:
uic [options] -subimpl
Options:
-o file Write output to file rather than stdout
-tr func Use func(...) rather than tr(...) for i18n |