Chinaunix首页 | 论坛 | 博客
  • 博客访问: 493151
  • 博文数量: 106
  • 博客积分: 6010
  • 博客等级: 准将
  • 技术积分: 1083
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-22 18:20
文章分类

全部博文(106)

文章存档

2009年(1)

2008年(105)

我的朋友

分类: 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
    name of the declaration file
Generate subclass declaration:
uic [options] -subdecl
    name of the subclass to generate
    declaration file of the baseclass
Generate subclass implementation:
uic [options] -subimpl
    name of the subclass to generate
    declaration file of the subclass
Options:
-o file Write output to file rather than stdout
-tr func Use func(...) rather than tr(...) for i18n
阅读(1244) | 评论(0) | 转发(0) |
0

上一篇:公司要求

下一篇:QT文档

给主人留下些什么吧!~~